home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / info / lispref.info-38 < prev    next >
Encoding:
GNU Info File  |  1995-09-01  |  160.1 KB  |  2,834 lines

  1. This is Info file ../../info/lispref.info, produced by Makeinfo-1.63
  2. from the input file lispref.texi.
  3.  
  4.    Edition History:
  5.  
  6.    GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993 GNU
  7. Emacs Lisp Reference Manual Further Revised (v2.02), August 1993 Lucid
  8. Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994
  9. XEmacs Lisp Programmer's Manual (for 19.12) Second Edition, April 1995
  10. GNU Emacs Lisp Reference Manual v2.4, June 1995 XEmacs Lisp
  11. Programmer's Manual (for 19.13) Third Edition, July 1995
  12.  
  13.    Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software
  14. Foundation, Inc.  Copyright (C) 1994, 1995 Sun Microsystems, Inc.
  15. Copyright (C) 1995 Amdahl Corporation.  Copyright (C) 1995 Ben Wing.
  16.  
  17.    Permission is granted to make and distribute verbatim copies of this
  18. manual provided the copyright notice and this permission notice are
  19. preserved on all copies.
  20.  
  21.    Permission is granted to copy and distribute modified versions of
  22. this manual under the conditions for verbatim copying, provided that the
  23. entire resulting derived work is distributed under the terms of a
  24. permission notice identical to this one.
  25.  
  26.    Permission is granted to copy and distribute translations of this
  27. manual into another language, under the above conditions for modified
  28. versions, except that this permission notice may be stated in a
  29. translation approved by the Foundation.
  30.  
  31.    Permission is granted to copy and distribute modified versions of
  32. this manual under the conditions for verbatim copying, provided also
  33. that the section entitled "GNU General Public License" is included
  34. exactly as in the original, and provided that the entire resulting
  35. derived work is distributed under the terms of a permission notice
  36. identical to this one.
  37.  
  38.    Permission is granted to copy and distribute translations of this
  39. manual into another language, under the above conditions for modified
  40. versions, except that the section entitled "GNU General Public License"
  41. may be included in a translation approved by the Free Software
  42. Foundation instead of in the original English.
  43.  
  44. 
  45. File: lispref.info,  Node: Index,  Prev: Standard Hooks,  Up: Top
  46.  
  47. Index
  48. *****
  49.  
  50. * Menu:
  51.  
  52. * %:                                    Arithmetic Operations.
  53. * &define:                              Specification List.
  54. * ¬:                                 Specification List.
  55. * &optional <1>:                        Argument List.
  56. * &optional:                            Specification List.
  57. * &or:                                  Specification List.
  58. * &rest <1>:                            Argument List.
  59. * &rest:                                Specification List.
  60. * *:                                    Arithmetic Operations.
  61. * +:                                    Arithmetic Operations.
  62. * ,:                                    Specification Examples.
  63. * , (with Backquote):                   Backquote.
  64. * ,@:                                   Specification Examples.
  65. * ,@ (with Backquote):                  Backquote.
  66. * -:                                    Arithmetic Operations.
  67. * /:                                    Arithmetic Operations.
  68. * /=:                                   Comparison of Numbers.
  69. * 1+:                                   Arithmetic Operations.
  70. * 1-:                                   Arithmetic Operations.
  71. * <:                                    Comparison of Numbers.
  72. * <=:                                   Comparison of Numbers.
  73. * =:                                    Comparison of Numbers.
  74. * >:                                    Comparison of Numbers.
  75. * >=:                                   Comparison of Numbers.
  76. * apply specification:                  Specification Examples.
  77. * apply, and debugging:                 Internals of Debugger.
  78. * arith-error example:                  Handling Errors.
  79. * arith-error in division:              Arithmetic Operations.
  80. * backquote:                            Specification Examples.
  81. * commandp example:                     High-Level Completion.
  82. * debug-on-error use:                   Processing of Errors.
  83. * EMACSLOADPATH environment variable:   How Programs Do Loading.
  84. * error in debug:                       Invoking the Debugger.
  85. * eval, and debugging:                  Internals of Debugger.
  86. * funcall, and debugging:               Internals of Debugger.
  87. * HOME environment variable:            Subprocess Creation.
  88. * interactive, examples of using:       Interactive Examples.
  89. * lambda in debug:                      Invoking the Debugger.
  90. * lambda in keymap:                     Key Lookup.
  91. * mode-class property:                  Major Mode Conventions.
  92. * nil and lists:                        Cons Cells.
  93. * nil in keymap:                        Key Lookup.
  94. * nil in lists:                         Cons Cell Type.
  95. * nil input stream:                     Input Streams.
  96. * nil output stream:                    Output Streams.
  97. * nil, uses of:                         nil and t.
  98. * PATH environment variable:            Subprocess Creation.
  99. * quoted-insert suppression:            Changing Key Bindings.
  100. * read-quoted-char quitting:            Quitting.
  101. * self-insert-command override:         Changing Key Bindings.
  102. * self-insert-command, minor modes:     Keymaps and Minor Modes.
  103. * special:                              Major Mode Conventions.
  104. * TERM environment variable:            Terminal-Specific.
  105. * throw example:                        Recursive Editing.
  106. * t and truth:                          nil and t.
  107. * t input stream:                       Input Streams.
  108. * t output stream:                      Output Streams.
  109. * undefined in keymap:                  Key Lookup.
  110. * user-variable-p example:              High-Level Completion.
  111. * .emacs:                               Init File.
  112. * .emacs customization:                 Major Mode Conventions.
  113. * default.el:                           Start-up Summary.
  114. * DOC (documentation) file:             Documentation Basics.
  115. * emacs/etc/DOC-VERSION:                Documentation Basics.
  116. * etc/DOC-VERSION:                      Documentation Basics.
  117. * lisp-mode.el:                         Example Major Modes.
  118. * loadup.el:                            Building XEmacs.
  119. * profile.el:                           Compilation Tips.
  120. * site-init.el:                         Building XEmacs.
  121. * site-load.el:                         Building XEmacs.
  122. * site-start.el:                        Start-up Summary.
  123. * startup.el:                           Start-up Summary.
  124. * ? in minibuffer:                      Text from Minibuffer.
  125. * C-c:                                  Prefix Keys.
  126. * C-g:                                  Quitting.
  127. * C-h:                                  Prefix Keys.
  128. * C-q:                                  Flow Control.
  129. * C-s:                                  Flow Control.
  130. * C-x 4:                                Prefix Keys.
  131. * C-x 5:                                Prefix Keys.
  132. * C-x a:                                Prefix Keys.
  133. * C-x n:                                Prefix Keys.
  134. * C-x r:                                Prefix Keys.
  135. * C-x:                                  Prefix Keys.
  136. * M-x:                                  Interactive Call.
  137. * ESC:                                  Functions for Key Lookup.
  138. * SPC in minibuffer:                    Text from Minibuffer.
  139. * TAB in minibuffer:                    Text from Minibuffer.
  140. * " in printing:                        Output Functions.
  141. * " in strings:                         String Type.
  142. * #$:                                   Docs and Compilation.
  143. * #@COUNT:                              Docs and Compilation.
  144. * $ in display:                         Truncation.
  145. * $ in regexp:                          Syntax of Regexps.
  146. * % in format:                          Formatting Strings.
  147. * & in replacement:                     Replacing Match.
  148. * ' for quoting:                        Quoting.
  149. * (...) in lists:                       Cons Cell Type.
  150. * ( in regexp:                          Syntax of Regexps.
  151. * ) in regexp:                          Syntax of Regexps.
  152. * *scratch*:                            Auto Major Mode.
  153. * * in interactive:                     Using Interactive.
  154. * * in regexp:                          Syntax of Regexps.
  155. * + in regexp:                          Syntax of Regexps.
  156. * . in lists:                           Dotted Pair Notation.
  157. * . in regexp:                          Syntax of Regexps.
  158. * ; in comment:                         Comments.
  159. * ? in character constant:              Character Type.
  160. * ? in regexp:                          Syntax of Regexps.
  161. * @ in interactive:                     Using Interactive.
  162. * [ in regexp:                          Syntax of Regexps.
  163. * \' in regexp:                         Syntax of Regexps.
  164. * \< in regexp:                         Syntax of Regexps.
  165. * \= in regexp:                         Syntax of Regexps.
  166. * \> in regexp:                         Syntax of Regexps.
  167. * \N in replacement:                    Replacing Match.
  168. * \` in regexp:                         Syntax of Regexps.
  169. * \a:                                   Character Type.
  170. * \b:                                   Character Type.
  171. * \b in regexp:                         Syntax of Regexps.
  172. * \e:                                   Character Type.
  173. * \f:                                   Character Type.
  174. * \n:                                   Character Type.
  175. * \n in print:                          Output Variables.
  176. * \r:                                   Character Type.
  177. * \S in regexp:                         Syntax of Regexps.
  178. * \t:                                   Character Type.
  179. * \v:                                   Character Type.
  180. * \w in regexp:                         Syntax of Regexps.
  181. * \ in character constant:              Character Type.
  182. * \ in display:                         Truncation.
  183. * \ in printing:                        Output Functions.
  184. * \ in regexp:                          Syntax of Regexps.
  185. * \ in replacement:                     Replacing Match.
  186. * \ in strings:                         String Type.
  187. * \ in symbols:                         Symbol Type.
  188. * ] in regexp:                          Syntax of Regexps.
  189. * ^ in regexp:                          Syntax of Regexps.
  190. * _ in interactive:                     Using Interactive.
  191. * | in regexp:                          Syntax of Regexps.
  192. * ASCII character codes:                Character Type.
  193. * CBREAK:                               Flow Control.
  194. * PTYs:                                 Asynchronous Processes.
  195. * character quote:                      Syntax Class Table.
  196. * close parenthesis character:          Syntax Class Table.
  197. * comment ender:                        Syntax Class Table.
  198. * comment starter:                      Syntax Class Table.
  199. * escape:                               Syntax Class Table.
  200. * expression prefix:                    Syntax Class Table.
  201. * inherit:                              Syntax Class Table.
  202. * open parenthesis character:           Syntax Class Table.
  203. * paired delimiter:                     Syntax Class Table.
  204. * punctuation character:                Syntax Class Table.
  205. * string quote:                         Syntax Class Table.
  206. * symbol constituent:                   Syntax Class Table.
  207. * whitespace character:                 Syntax Class Table.
  208. * word constituent:                     Syntax Class Table.
  209. * [...]:                                Specification List.
  210. * ` <1>:                                Specification Examples.
  211. * `:                                    Backquote.
  212. * ` (list substitution):                Backquote.
  213. * abbrev:                               Abbrevs.
  214. * abbrev table:                         Abbrevs.
  215. * abbrev tables in modes:               Major Mode Conventions.
  216. * abbrev-all-caps:                      Abbrev Expansion.
  217. * abbrev-expansion:                     Abbrev Expansion.
  218. * abbrev-file-name:                     Abbrev Files.
  219. * abbrev-mode:                          Abbrev Mode.
  220. * abbrev-prefix-mark:                   Abbrev Expansion.
  221. * abbrev-start-location:                Abbrev Expansion.
  222. * abbrev-start-location-buffer:         Abbrev Expansion.
  223. * abbrev-symbol:                        Abbrev Expansion.
  224. * abbrev-table-name-list:               Abbrev Tables.
  225. * abbreviate-file-name:                 Directory Names.
  226. * abbrevs-changed:                      Abbrev Files.
  227. * abort-recursive-edit:                 Recursive Editing.
  228. * aborting:                             Recursive Editing.
  229. * abs:                                  Arithmetic Operations.
  230. * absolute file name:                   Relative File Names.
  231. * accept-process-output:                Accepting Output.
  232. * accessibility of a file:              Testing Accessibility.
  233. * accessible portion (of a buffer):     Narrowing.
  234. * accessible-keymaps:                   Scanning Keymaps.
  235. * acos:                                 Math Functions.
  236. * activate-mark-hook:                   The Mark.
  237. * activate-menubar-hook:                Menubar.
  238. * activate-popup-menu-hook:             Pop-Up Menus.
  239. * active display table:                 Active Display Table.
  240. * active keymap:                        Active Keymaps.
  241. * active-minibuffer-window:             Minibuffer Misc.
  242. * add-abbrev:                           Defining Abbrevs.
  243. * add-hook:                             Hooks.
  244. * add-menu:                             Modifying Menus.
  245. * add-menu-button:                      Modifying Menus.
  246. * add-menu-item:                        Modifying Menus.
  247. * add-name-to-file:                     Changing File Attributes.
  248. * add-spec-list-to-specifier:           Adding Specifications.
  249. * add-spec-to-specifier:                Adding Specifications.
  250. * add-submenu:                          Modifying Menus.
  251. * add-text-properties:                  Changing Properties.
  252. * add-timeout:                          Timers.
  253. * add-to-list:                          Setting Variables.
  254. * add-tooltalk-message-arg:             Elisp Interface for Sending Messages.
  255. * add-tooltalk-pattern-arg:             Elisp Interface for Receiving Messages.
  256. * add-tooltalk-pattern-attribute:       Elisp Interface for Receiving Messages.
  257. * address field of register:            Cons Cell Type.
  258. * after-change-function:                Change Hooks.
  259. * after-change-functions:               Change Hooks.
  260. * after-find-file:                      Subroutines of Visiting.
  261. * after-init-hook:                      Init File.
  262. * after-insert-file-functions:          Saving Properties.
  263. * after-load-alist:                     Hooks for Loading.
  264. * after-revert-hook:                    Reverting.
  265. * after-save-hook:                      Saving Buffers.
  266. * alist:                                Association Lists.
  267. * all-annotations:                      Annotation Primitives.
  268. * all-completions:                      Basic Completion.
  269. * allocate-event:                       Working With Events.
  270. * alt characters:                       Character Type.
  271. * and:                                  Combining Conditions.
  272. * annotation:                           Annotations.
  273. * annotation hooks:                     Annotation Hooks.
  274. * annotation-action:                    Annotation Primitives.
  275. * annotation-at:                        Annotation Primitives.
  276. * annotation-data:                      Annotation Primitives.
  277. * annotation-face:                      Annotation Primitives.
  278. * annotation-glyph:                     Annotation Primitives.
  279. * annotation-layout:                    Annotation Primitives.
  280. * annotation-list:                      Annotation Primitives.
  281. * annotation-type:                      Annotation Primitives.
  282. * annotation-visible:                   Annotation Primitives.
  283. * annotation-width:                     Annotation Primitives.
  284. * annotationp:                          Annotation Primitives.
  285. * annotations-in-region:                Annotation Primitives.
  286. * anonymous function:                   Anonymous Functions.
  287. * anonymous lambda expressions:         Instrumenting.
  288. * apostrophe for quoting:               Quoting.
  289. * append:                               Building Lists.
  290. * append-to-file:                       Writing to Files.
  291. * apply:                                Calling Functions.
  292. * apropos:                              Help Functions.
  293. * aref:                                 Array Functions.
  294. * argument binding:                     Argument List.
  295. * argument descriptors:                 Using Interactive.
  296. * argument evaluation form:             Using Interactive.
  297. * argument prompt:                      Using Interactive.
  298. * arguments, reading:                   Minibuffers.
  299. * arithmetic shift:                     Bitwise Operations.
  300. * array:                                Arrays.
  301. * array elements:                       Array Functions.
  302. * arrayp:                               Array Functions.
  303. * aset:                                 Array Functions.
  304. * ash:                                  Bitwise Operations.
  305. * asin:                                 Math Functions.
  306. * ask-user-about-lock:                  File Locks.
  307. * ask-user-about-supersession-threat:   Modification Time.
  308. * asking the user questions:            Yes-or-No Queries.
  309. * assoc:                                Association Lists.
  310. * association list:                     Association Lists.
  311. * assq:                                 Association Lists.
  312. * asynchronous subprocess:              Asynchronous Processes.
  313. * atan:                                 Math Functions.
  314. * atom <1>:                             List-related Predicates.
  315. * atom:                                 Cons Cell Type.
  316. * atomic extent:                        Atomic Extents.
  317. * atoms:                                List-related Predicates.
  318. * attributes of text:                   Text Properties.
  319. * Auto Fill mode:                       Auto Filling.
  320. * auto-fill-function:                   Auto Filling.
  321. * auto-lower-frame:                     Raising and Lowering.
  322. * auto-mode-alist:                      Auto Major Mode.
  323. * auto-raise-frame:                     Raising and Lowering.
  324. * auto-save-default:                    Auto-Saving.
  325. * auto-save-file-format:                Format Conversion.
  326. * auto-save-file-name-p:                Auto-Saving.
  327. * auto-save-hook:                       Auto-Saving.
  328. * auto-save-interval:                   Auto-Saving.
  329. * auto-save-list-file-name:             Auto-Saving.
  330. * auto-save-mode:                       Auto-Saving.
  331. * auto-save-timeout:                    Auto-Saving.
  332. * auto-save-visited-file-name:          Auto-Saving.
  333. * auto-saving:                          Auto-Saving.
  334. * autoload <1>:                         Domain Specification.
  335. * autoload:                             Autoload.
  336. * autoload errors:                      Autoload.
  337. * automatically buffer-local:           Intro to Buffer-Local.
  338. * available fonts:                      Font Instance Names.
  339. * back-to-indentation:                  Motion by Indent.
  340. * background pixmap:                    Merging Faces.
  341. * backquote (list substitution):        Backquote.
  342. * backslash in character constant:      Character Type.
  343. * backslash in strings:                 String Type.
  344. * backslash in symbols:                 Symbol Type.
  345. * backspace:                            Character Type.
  346. * backtrace:                            Internals of Debugger.
  347. * backtrace-debug:                      Internals of Debugger.
  348. * backtrace-frame:                      Internals of Debugger.
  349. * backtracking:                         Backtracking.
  350. * backup file:                          Backup Files.
  351. * backup files, how to make them:       Rename or Copy.
  352. * backup-buffer:                        Making Backups.
  353. * backup-by-copying:                    Rename or Copy.
  354. * backup-by-copying-when-linked:        Rename or Copy.
  355. * backup-by-copying-when-mismatch:      Rename or Copy.
  356. * backup-enable-predicate:              Making Backups.
  357. * backup-file-name-p:                   Backup Names.
  358. * backup-inhibited:                     Making Backups.
  359. * backward-char:                        Character Motion.
  360. * backward-delete-char-untabify:        Deletion.
  361. * backward-list:                        List Motion.
  362. * backward-prefix-chars:                Motion and Syntax.
  363. * backward-sexp:                        List Motion.
  364. * backward-to-indentation:              Motion by Indent.
  365. * backward-word:                        Word Motion.
  366. * balancing parentheses:                Blinking.
  367. * barf-if-buffer-read-only:             Read Only Buffers.
  368. * base buffer:                          Indirect Buffers.
  369. * batch mode:                           Batch Mode.
  370. * batch-byte-compile:                   Compilation Functions.
  371. * batch-byte-recompile-directory:       Compilation Functions.
  372. * baud-rate:                            Terminal Output.
  373. * beep:                                 Beeping.
  374. * beeping:                              Beeping.
  375. * before point, insertion:              Insertion.
  376. * before-change-function:               Change Hooks.
  377. * before-change-functions:              Change Hooks.
  378. * before-init-hook:                     Init File.
  379. * before-revert-hook:                   Reverting.
  380. * beginning of line:                    Text Lines.
  381. * beginning of line in regexp:          Syntax of Regexps.
  382. * beginning-of-buffer:                  Buffer End Motion.
  383. * beginning-of-defun:                   List Motion.
  384. * beginning-of-line:                    Text Lines.
  385. * bell:                                 Beeping.
  386. * bell character:                       Character Type.
  387. * bell-volume:                          Beeping.
  388. * binary files and text files:          Files and MS-DOS.
  389. * binary-process-input:                 MS-DOS Subprocesses.
  390. * binary-process-output:                MS-DOS Subprocesses.
  391. * bind-text-domain:                     Level 3 Primitives.
  392. * binding arguments:                    Argument List.
  393. * binding local variables:              Local Variables.
  394. * binding of a key:                     Keymap Terminology.
  395. * bitwise and:                          Bitwise Operations.
  396. * bitwise exclusive or:                 Bitwise Operations.
  397. * bitwise not:                          Bitwise Operations.
  398. * bitwise or:                           Bitwise Operations.
  399. * blink-matching-open:                  Blinking.
  400. * blink-matching-paren:                 Blinking.
  401. * blink-matching-paren-delay:           Blinking.
  402. * blink-matching-paren-distance:        Blinking.
  403. * blink-paren-function:                 Blinking.
  404. * blink-paren-hook:                     Blinking.
  405. * blinking:                             Blinking.
  406. * bobp:                                 Near Point.
  407. * body of function:                     Lambda Components.
  408. * bold:                                 Font Instance Characteristics.
  409. * bolp:                                 Near Point.
  410. * bookmark-map:                         Standard Keymaps.
  411. * boolean:                              nil and t.
  412. * boolean-specifier-p:                  Specifier Types.
  413. * bottom-toolbar:                       Specifying the Toolbar.
  414. * bottom-toolbar-height:                Other Toolbar Variables.
  415. * boundp:                               Void Variables.
  416. * box diagrams, for lists:              Cons Cell Type.
  417. * box representation for lists:         Lists as Boxes.
  418. * break:                                Debugger.
  419. * breakpoints:                          Breakpoints.
  420. * bucket (in obarray):                  Creating Symbols.
  421. * buffer:                               Buffers.
  422. * buffer contents:                      Text.
  423. * buffer file name:                     Buffer File Name.
  424. * buffer input stream:                  Input Streams.
  425. * buffer internals:                     Buffer Internals.
  426. * buffer list:                          The Buffer List.
  427. * buffer modification:                  Buffer Modification.
  428. * buffer names:                         Buffer Names.
  429. * buffer output stream:                 Output Streams.
  430. * buffer text notation:                 Buffer Text Notation.
  431. * buffer, read-only:                    Read Only Buffers.
  432. * buffer-auto-save-file-name:           Auto-Saving.
  433. * buffer-backed-up:                     Making Backups.
  434. * buffer-base-buffer:                   Indirect Buffers.
  435. * buffer-disable-undo:                  Maintaining Undo.
  436. * buffer-enable-undo:                   Maintaining Undo.
  437. * buffer-end:                           Point.
  438. * buffer-file-format:                   Format Conversion.
  439. * buffer-file-name:                     Buffer File Name.
  440. * buffer-file-number:                   Buffer File Name.
  441. * buffer-file-truename:                 Buffer File Name.
  442. * buffer-file-type:                     Files and MS-DOS.
  443. * buffer-flush-undo:                    Maintaining Undo.
  444. * buffer-invisibility-spec:             Invisible Text.
  445. * buffer-left-margin-pixwidth:          Margin Primitives.
  446. * buffer-left-margin-width:             Margin Primitives.
  447. * buffer-list:                          The Buffer List.
  448. * buffer-live-p:                        Killing Buffers.
  449. * buffer-local variables:               Buffer-Local Variables.
  450. * buffer-local variables in modes:      Major Mode Conventions.
  451. * buffer-local-variables:               Creating Buffer-Local.
  452. * Buffer-menu-mode-map:                 Standard Keymaps.
  453. * buffer-modified-p:                    Buffer Modification.
  454. * buffer-modified-tick:                 Buffer Modification.
  455. * buffer-name:                          Buffer Names.
  456. * buffer-offer-save <1>:                Killing Buffers.
  457. * buffer-offer-save:                    Saving Buffers.
  458. * buffer-read-only:                     Read Only Buffers.
  459. * buffer-right-margin-pixwidth:         Margin Primitives.
  460. * buffer-right-margin-width:            Margin Primitives.
  461. * buffer-saved-size <1>:                Point.
  462. * buffer-saved-size:                    Auto-Saving.
  463. * buffer-size:                          Point.
  464. * buffer-string:                        Buffer Contents.
  465. * buffer-substring:                     Buffer Contents.
  466. * buffer-substring-without-properties:  Buffer Contents.
  467. * buffer-undo-list:                     Undo.
  468. * bufferp:                              Buffer Basics.
  469. * buffers menu:                         Buffers Menu.
  470. * buffers, controlled in windows:       Buffers and Windows.
  471. * buffers, creating:                    Creating Buffers.
  472. * buffers, killing:                     Killing Buffers.
  473. * buffers-menu-filter:                  Menu Filters.
  474. * buffers-menu-max-size:                Buffers Menu.
  475. * buffers-menu-switch-to-buffer-function: Buffers Menu.
  476. * building lists:                       Building Lists.
  477. * building XEmacs:                      Building XEmacs.
  478. * built-in function:                    What Is a Function.
  479. * bury-buffer:                          The Buffer List.
  480. * button-event-p:                       Event Predicates.
  481. * button-press-event-p:                 Event Predicates.
  482. * button-release-event-p:               Event Predicates.
  483. * byte-code <1>:                        Compilation Functions.
  484. * byte-code:                            Byte Compilation.
  485. * byte-code function:                   Byte-Code Objects.
  486. * byte-code interpreter:                Compilation Functions.
  487. * byte-code-function-p:                 What Is a Function.
  488. * byte-compile:                         Compilation Functions.
  489. * byte-compile-dynamic:                 Dynamic Loading.
  490. * byte-compile-dynamic-docstrings:      Docs and Compilation.
  491. * byte-compile-file:                    Compilation Functions.
  492. * byte-compiling require:               Named Features.
  493. * byte-compiling macros:                Compiling Macros.
  494. * byte-recompile-directory:             Compilation Functions.
  495. * byte-recompile-directory-ignore-errors-p: Compilation Functions.
  496. * bytes:                                Strings and Characters.
  497. * c++-mode-map:                         Standard Keymaps.
  498. * C-M-x:                                Instrumenting.
  499. * c-mode-abbrev-table:                  Standard Abbrev Tables.
  500. * c-mode-map:                           Standard Keymaps.
  501. * c-mode-syntax-table:                  Standard Syntax Tables.
  502. * call stack:                           Internals of Debugger.
  503. * call-interactively:                   Interactive Call.
  504. * call-process:                         Synchronous Processes.
  505. * call-process-region:                  Synchronous Processes.
  506. * calling a function:                   Calling Functions.
  507. * cancel-debug-on-entry:                Function Debugging.
  508. * canonicalize-inst-list:               Adding Specifications.
  509. * canonicalize-inst-pair:               Adding Specifications.
  510. * canonicalize-spec:                    Adding Specifications.
  511. * canonicalize-spec-list:               Adding Specifications.
  512. * canonicalize-tag-set:                 Specifier Tag Functions.
  513. * capitalization:                       Character Case.
  514. * capitalize:                           Character Case.
  515. * capitalize-region:                    Case Changes.
  516. * capitalize-word:                      Case Changes.
  517. * car:                                  List Elements.
  518. * car-safe:                             List Elements.
  519. * case changes:                         Case Changes.
  520. * case in replacements:                 Replacing Match.
  521. * case-fold-search:                     Searching and Case.
  522. * case-replace:                         Searching and Case.
  523. * case-table-p:                         Case Table.
  524. * catch:                                Catch and Throw.
  525. * cdr:                                  List Elements.
  526. * cdr-safe:                             List Elements.
  527. * ceiling:                              Numeric Conversions.
  528. * centering point:                      Vertical Scrolling.
  529. * change hooks:                         Change Hooks.
  530. * change-major-mode-hook:               Major Mode Conventions.
  531. * changing key bindings:                Changing Key Bindings.
  532. * changing to another buffer:           Current Buffer.
  533. * changing window size:                 Resizing Windows.
  534. * char-after:                           Near Point.
  535. * char-equal:                           Text Comparison.
  536. * char-or-string-p:                     Predicates for Strings.
  537. * char-syntax:                          Syntax Table Functions.
  538. * char-to-string:                       String Conversion.
  539. * character arrays:                     Strings and Characters.
  540. * character case:                       Character Case.
  541. * character descriptor:                 Character Descriptors.
  542. * character insertion:                  Commands for Insertion.
  543. * character printing:                   Describing Characters.
  544. * character set (in regexp):            Syntax of Regexps.
  545. * character to string:                  String Conversion.
  546. * character-to-event:                   Converting Events.
  547. * characteristics of font instances:    Font Instance Characteristics.
  548. * characters:                           Strings and Characters.
  549. * characters for interactive codes:     Interactive Codes.
  550. * check-toolbar-button-syntax:          Toolbar Descriptor Format.
  551. * check-valid-inst-list:                Specifier Validation Functions.
  552. * check-valid-instantiator:             Specifier Validation Functions.
  553. * check-valid-spec-list:                Specifier Validation Functions.
  554. * child process:                        Processes.
  555. * CL note--rplaca vrs setcar:           Modifying Lists.
  556. * CL note--set local:                   Setting Variables.
  557. * CL note--allocate more storage:       Garbage Collection.
  558. * CL note--case of letters:             Symbol Type.
  559. * CL note--default optional arg:        Argument List.
  560. * CL note--integers vrs eq:             Comparison of Numbers.
  561. * CL note--lack union, set:             Sets And Lists.
  562. * CL note--no continuable errors:       Signaling Errors.
  563. * CL note--only throw in Emacs:         Catch and Throw.
  564. * CL note--special forms compared:      Special Forms.
  565. * CL note--special variables:           Variable Scoping.
  566. * CL note--symbol in obarrays:          Creating Symbols.
  567. * cl-specs.el:                          Specification Examples.
  568. * cl.el:                                Specification Examples.
  569. * cleanup forms:                        Cleanups.
  570. * clear-abbrev-table:                   Abbrev Tables.
  571. * clear-visited-file-modtime:           Modification Time.
  572. * close parenthesis:                    Blinking.
  573. * closures not available:               Extent.
  574. * codes, interactive, description of:   Interactive Codes.
  575. * coding standards:                     Tips.
  576. * color instances:                      Color Instances.
  577. * color type:                           Color Type.
  578. * color-instance-name:                  Color Instance Properties.
  579. * color-instance-p:                     Color Instances.
  580. * color-instance-rgb-components:        Color Instance Properties.
  581. * color-name:                           Color Convenience Functions.
  582. * color-rgb-components:                 Color Convenience Functions.
  583. * color-specifier-p <1>:                Color Specifiers.
  584. * color-specifier-p:                    Specifier Types.
  585. * colorize-image-instance:              Image Instances.
  586. * colors:                               Colors.
  587. * columns:                              Columns.
  588. * command:                              What Is a Function.
  589. * command descriptions:                 A Sample Function Description.
  590. * command history:                      Command History.
  591. * command in keymap:                    Key Lookup.
  592. * command line arguments:               Command Line Arguments.
  593. * command line options:                 Command Line Arguments.
  594. * command loop:                         Command Loop.
  595. * command loop, recursive:              Recursive Editing.
  596. * command-debug-status:                 Internals of Debugger.
  597. * command-execute:                      Interactive Call.
  598. * command-history:                      Command History.
  599. * command-history-map:                  Standard Keymaps.
  600. * command-line:                         Command Line Arguments.
  601. * command-line-args:                    Command Line Arguments.
  602. * command-line-functions:               Command Line Arguments.
  603. * command-line-processed:               Command Line Arguments.
  604. * command-switch-alist:                 Command Line Arguments.
  605. * commandp:                             Interactive Call.
  606. * commands, defining:                   Defining Commands.
  607. * comment syntax:                       Syntax Class Table.
  608. * comments:                             Comments.
  609. * Common Lisp <1>:                      Lisp History.
  610. * Common Lisp:                          Specification Examples.
  611. * compare-buffer-substrings:            Comparing Text.
  612. * comparing buffer text:                Comparing Text.
  613. * comparison of modification time:      Modification Time.
  614. * compilation:                          Byte Compilation.
  615. * compilation functions:                Compilation Functions.
  616. * compile-defun:                        Compilation Functions.
  617. * compiled function:                    Byte-Code Objects.
  618. * complete key:                         Keymap Terminology.
  619. * completing-read:                      Minibuffer Completion.
  620. * completion:                           Completion.
  621. * completion, file name:                File Name Completion.
  622. * completion-auto-help:                 Completion Commands.
  623. * completion-ignore-case:               Basic Completion.
  624. * completion-ignored-extensions:        File Name Completion.
  625. * complex arguments:                    Minibuffers.
  626. * complex command:                      Command History.
  627. * complex-buffers-menu-p:               Buffers Menu.
  628. * concat:                               Creating Strings.
  629. * concatenating lists:                  Rearrangement.
  630. * concatenating strings:                Creating Strings.
  631. * cond:                                 Conditionals.
  632. * condition name:                       Error Symbols.
  633. * condition-case:                       Handling Errors.
  634. * conditional evaluation:               Conditionals.
  635. * cons:                                 Building Lists.
  636. * cons cell as box:                     Lists as Boxes.
  637. * cons cells:                           Building Lists.
  638. * consing:                              Building Lists.
  639. * consp:                                List-related Predicates.
  640. * continuation lines:                   Truncation.
  641. * continuation-glyph:                   Truncation.
  642. * continue-process:                     Signals to Processes.
  643. * control character key constants:      Changing Key Bindings.
  644. * control character printing:           Describing Characters.
  645. * control characters:                   Character Type.
  646. * control characters in display:        Usual Display.
  647. * control characters, reading:          Quoted Character Input.
  648. * control structures:                   Control Structures.
  649. * Control-X-prefix:                     Prefix Keys.
  650. * conventions for writing minor modes:  Minor Mode Conventions.
  651. * conversion of image instantiators:    Image Instantiator Conversion.
  652. * conversion of strings:                String Conversion.
  653. * copy-alist:                           Association Lists.
  654. * copy-event:                           Working With Events.
  655. * copy-extent:                          Detached Extents.
  656. * copy-face:                            Basic Face Functions.
  657. * copy-file:                            Changing File Attributes.
  658. * copy-keymap:                          Creating Keymaps.
  659. * copy-marker:                          Creating Markers.
  660. * copy-region-as-kill:                  Kill Functions.
  661. * copy-sequence:                        Sequence Functions.
  662. * copy-specifier:                       Other Specification Functions.
  663. * copy-syntax-table:                    Syntax Table Functions.
  664. * copying alists:                       Association Lists.
  665. * copying files:                        Changing File Attributes.
  666. * copying lists:                        Building Lists.
  667. * copying sequences:                    Sequence Functions.
  668. * copying strings:                      Creating Strings.
  669. * copying vectors:                      Vector Functions.
  670. * cos:                                  Math Functions.
  671. * count-lines:                          Text Lines.
  672. * count-loop:                           A Sample Function Description.
  673. * counting columns:                     Columns.
  674. * coverage testing:                     Coverage Testing.
  675. * create-device-hook:                   Connecting to a Device.
  676. * create-file-buffer:                   Subroutines of Visiting.
  677. * create-frame-hook:                    Frame Hooks.
  678. * create-tooltalk-message:              Elisp Interface for Sending Messages.
  679. * create-tooltalk-pattern:              Elisp Interface for Receiving Messages.
  680. * creating buffers:                     Creating Buffers.
  681. * creating keymaps:                     Creating Keymaps.
  682. * ctl-arrow:                            Usual Display.
  683. * ctl-x-4-map <1>:                      Prefix Keys.
  684. * ctl-x-4-map:                          Standard Keymaps.
  685. * ctl-x-5-map <1>:                      Prefix Keys.
  686. * ctl-x-5-map:                          Standard Keymaps.
  687. * ctl-x-map <1>:                        Standard Keymaps.
  688. * ctl-x-map:                            Prefix Keys.
  689. * current binding:                      Local Variables.
  690. * current buffer:                       Current Buffer.
  691. * current buffer excursion:             Excursions.
  692. * current buffer mark:                  The Mark.
  693. * current buffer point and mark:        Outside Window Configuration.
  694. * current buffer position:              Point.
  695. * current command:                      Command Loop Info.
  696. * current stack frame:                  Using Debugger.
  697. * current-buffer:                       Current Buffer.
  698. * current-case-table:                   Case Table.
  699. * current-column:                       Columns.
  700. * current-fill-column:                  Margins.
  701. * current-global-map:                   Active Keymaps.
  702. * current-indentation:                  Primitive Indent.
  703. * current-input-mode:                   Input Modes.
  704. * current-justification:                Filling.
  705. * current-kill:                         Low-Level Kill Ring.
  706. * current-left-margin:                  Margins.
  707. * current-local-map:                    Active Keymaps.
  708. * current-menubar:                      Menubar.
  709. * current-minor-mode-maps:              Active Keymaps.
  710. * current-mouse-event:                  Command Loop Info.
  711. * current-prefix-arg:                   Prefix Command Arguments.
  712. * current-time:                         Time of Day.
  713. * current-time-string:                  Time of Day.
  714. * current-time-zone:                    Time of Day.
  715. * current-window-configuration:         Window Configurations.
  716. * cursor-in-echo-area:                  The Echo Area.
  717. * cursors:                              Cursors.
  718. * cust-print:                           Printing.
  719. * cut buffer:                           X Selections.
  720. * cyclic ordering of windows:           Cyclic Window Ordering.
  721. * data type:                            Lisp Data Types.
  722. * data-directory:                       Help Functions.
  723. * deactivate-mark:                      The Mark.
  724. * deactivate-mark-hook:                 The Mark.
  725. * deallocate-event:                     Working With Events.
  726. * debug:                                Invoking the Debugger.
  727. * debug-on-entry:                       Function Debugging.
  728. * debug-on-error <1>:                   Using Edebug.
  729. * debug-on-error:                       Error Debugging.
  730. * debug-on-next-call:                   Internals of Debugger.
  731. * debug-on-quit <1>:                    Infinite Loops.
  732. * debug-on-quit:                        Using Edebug.
  733. * debugger <1>:                         Debugger.
  734. * debugger <1>:                         Using Edebug.
  735. * debugger:                             Internals of Debugger.
  736. * debugger command list:                Debugger Commands.
  737. * debugger-mode-map:                    Standard Keymaps.
  738. * debugging errors:                     Error Debugging.
  739. * debugging specific functions:         Function Debugging.
  740. * decode-time:                          Time Conversion.
  741. * decoding file formats:                Format Conversion.
  742. * decrement field of register:          Cons Cell Type.
  743. * dedicated window:                     Choosing Window.
  744. * deep binding:                         Impl of Scope.
  745. * def-edebug-spec:                      Macro Calls.
  746. * defalias:                             Defining Functions.
  747. * default argument string:              Interactive Codes.
  748. * default init file:                    Init File.
  749. * default value:                        Default Value.
  750. * default-abbrev-mode:                  Abbrev Mode.
  751. * default-boundp:                       Default Value.
  752. * default-buffer-file-type:             Files and MS-DOS.
  753. * default-case-fold-search:             Searching and Case.
  754. * default-ctl-arrow:                    Usual Display.
  755. * default-deselect-frame-hook:          Raising and Lowering.
  756. * default-directory:                    File Name Expansion.
  757. * default-file-modes:                   Changing File Attributes.
  758. * default-fill-column:                  Margins.
  759. * default-frame-alist:                  Initial Parameters.
  760. * default-frame-name:                   Frame Name.
  761. * default-justification:                Filling.
  762. * default-major-mode:                   Auto Major Mode.
  763. * default-menubar:                      Menubar.
  764. * default-minibuffer-frame:             Minibuffers and Frames.
  765. * default-modeline-format:              Modeline Variables.
  766. * default-popup-menu:                   Pop-Up Menus.
  767. * default-select-frame-hook:            Raising and Lowering.
  768. * default-text-properties:              Examining Properties.
  769. * default-toolbar:                      Specifying the Toolbar.
  770. * default-toolbar-position:             Specifying the Toolbar.
  771. * default-truncate-lines:               Truncation.
  772. * default-value:                        Default Value.
  773. * default-x-device:                     Resources.
  774. * defconst <1>:                         Domain Specification.
  775. * defconst:                             Defining Variables.
  776. * define-abbrev:                        Defining Abbrevs.
  777. * define-abbrev-table:                  Abbrev Tables.
  778. * define-derived-mode:                  Derived Modes.
  779. * define-key:                           Changing Key Bindings.
  780. * define-logical-name:                  Changing File Attributes.
  781. * define-prefix-command:                Prefix Keys.
  782. * define-specifier-tag:                 Specifier Tag Functions.
  783. * defining a function:                  Defining Functions.
  784. * defining commands:                    Defining Commands.
  785. * defining form:                        Specification List.
  786. * defining-kbd-macro:                   Keyboard Macros.
  787. * definition of a symbol:               Definitions.
  788. * defmacro:                             Defining Macros.
  789. * defsubst:                             Inline Functions.
  790. * defun:                                Defining Functions.
  791. * defun-prompt-regexp:                  List Motion.
  792. * defvar <1>:                           Defining Variables.
  793. * defvar:                               Domain Specification.
  794. * deiconify-frame:                      Visibility of Frames.
  795. * delete:                               Sets And Lists.
  796. * delete previous char:                 Deletion.
  797. * delete-annotation:                    Annotation Primitives.
  798. * delete-auto-save-file-if-necessary:   Auto-Saving.
  799. * delete-auto-save-files:               Auto-Saving.
  800. * delete-backward-char:                 Deletion.
  801. * delete-blank-lines:                   User-Level Deletion.
  802. * delete-char:                          Deletion.
  803. * delete-device:                        Connecting to a Device.
  804. * delete-device-hook:                   Connecting to a Device.
  805. * delete-directory:                     Create/Delete Dirs.
  806. * delete-exited-processes:              Deleting Processes.
  807. * delete-extent:                        Creating and Modifying Extents.
  808. * delete-file:                          Changing File Attributes.
  809. * delete-frame:                         Deleting Frames.
  810. * delete-frame-hook:                    Frame Hooks.
  811. * delete-horizontal-space:              User-Level Deletion.
  812. * delete-indentation:                   User-Level Deletion.
  813. * delete-menu-item:                     Modifying Menus.
  814. * delete-other-windows:                 Deleting Windows.
  815. * delete-process:                       Deleting Processes.
  816. * delete-region:                        Deletion.
  817. * delete-to-left-margin:                Margins.
  818. * delete-window:                        Deleting Windows.
  819. * delete-windows-on:                    Deleting Windows.
  820. * deleting files:                       Changing File Attributes.
  821. * deleting processes:                   Deleting Processes.
  822. * deleting whitespace:                  User-Level Deletion.
  823. * deleting windows:                     Deleting Windows.
  824. * deletion of elements:                 Sets And Lists.
  825. * deletion of frames:                   Deleting Frames.
  826. * deletion vs killing:                  Deletion.
  827. * delq:                                 Sets And Lists.
  828. * demibold:                             Font Instance Characteristics.
  829. * describe-bindings:                    Scanning Keymaps.
  830. * describe-buffer-case-table:           Case Table.
  831. * describe-mode:                        Mode Help.
  832. * describe-prefix-bindings:             Help Functions.
  833. * describe-tooltalk-message:            Elisp Interface for Receiving Messages.
  834. * description for interactive codes:    Interactive Codes.
  835. * description format:                   Format of Descriptions.
  836. * deselect-frame-hook:                  Frame Hooks.
  837. * destroy-tooltalk-message:             Elisp Interface for Sending Messages.
  838. * destroy-tooltalk-pattern:             Elisp Interface for Receiving Messages.
  839. * detach-extent:                        Detached Extents.
  840. * detached extent:                      Detached Extents.
  841. * device-baud-rate:                     Device Input.
  842. * device-class:                         Device Types and Classes.
  843. * device-disable-input:                 Device Input.
  844. * device-enable-input:                  Device Input.
  845. * device-frame-list <1>:                Finding All Frames.
  846. * device-frame-list:                    Basic Device Functions.
  847. * device-function-keymap:               Device Input.
  848. * device-list:                          Basic Device Functions.
  849. * device-live-p:                        Connecting to a Device.
  850. * device-matches-specifier-tag-p:       Specifier Instancing Functions.
  851. * device-matches-specifier-tag-set-p:   Specifier Tag Functions.
  852. * device-matching-specifier-tag-list:   Specifier Tag Functions.
  853. * device-or-frame-p:                    Basic Device Functions.
  854. * device-or-frame-type:                 Device Types and Classes.
  855. * device-type:                          Device Types and Classes.
  856. * device-type-image-conversion-list:    Image Instantiator Conversion.
  857. * device-x-display:                     Connecting to a Device.
  858. * devicep:                              Devices.
  859. * devices:                              Devices.
  860. * dgettext:                             Level 3 Primitives.
  861. * diagrams, boxed, for lists:           Cons Cell Type.
  862. * dialog box:                           Dialog Boxes.
  863. * digit-argument:                       Prefix Command Arguments.
  864. * ding:                                 Beeping.
  865. * directory name:                       Directory Names.
  866. * directory name abbreviation:          Directory Names.
  867. * directory part (of file name):        File Name Components.
  868. * directory-abbrev-alist:               Directory Names.
  869. * directory-file-name:                  Directory Names.
  870. * directory-files:                      Contents of Directories.
  871. * directory-oriented functions:         Contents of Directories.
  872. * dired-kept-versions:                  Numbered Backups.
  873. * dired-mode-map:                       Standard Keymaps.
  874. * disable undo:                         Maintaining Undo.
  875. * disable-command:                      Disabling Commands.
  876. * disable-menu-item:                    Modifying Menus.
  877. * disable-timeout:                      Timers.
  878. * disabled:                             Disabling Commands.
  879. * disabled command:                     Disabling Commands.
  880. * disabled-command-hook:                Disabling Commands.
  881. * disassemble:                          Disassembly.
  882. * disassembled byte-code:               Disassembly.
  883. * discard input:                        Peeking and Discarding.
  884. * discard-input:                        Peeking and Discarding.
  885. * dispatch-event:                       Dispatching an Event.
  886. * dispatching an event:                 Dispatching an Event.
  887. * display columns:                      Size and Position.
  888. * display lines:                        Size and Position.
  889. * display order:                        Extent Endpoints.
  890. * display table:                        Display Tables.
  891. * display update:                       Refresh Screen.
  892. * display-buffer:                       Choosing Window.
  893. * display-buffer-function:              Choosing Window.
  894. * display-completion-list:              Completion Commands.
  895. * displaying a buffer:                  Displaying Buffers.
  896. * do-auto-save:                         Auto-Saving.
  897. * doc-directory:                        Accessing Documentation.
  898. * documentation:                        Accessing Documentation.
  899. * documentation conventions:            Documentation Basics.
  900. * documentation for major mode:         Mode Help.
  901. * documentation notation:               Evaluation Notation.
  902. * documentation of function:            Function Documentation.
  903. * documentation strings:                Documentation.
  904. * documentation, keys in:               Keys in Documentation.
  905. * documentation-property:               Accessing Documentation.
  906. * domain:                               Level 3 Primitives.
  907. * domain-of:                            Level 3 Primitives.
  908. * dotted lists:                         Specification List.
  909. * dotted pair notation:                 Dotted Pair Notation.
  910. * double-quote in strings:              String Type.
  911. * down-list:                            List Motion.
  912. * downcase:                             Character Case.
  913. * downcase-region:                      Case Changes.
  914. * downcase-word:                        Case Changes.
  915. * downcasing in lookup-key:             Key Sequence Input.
  916. * dribble file:                         Recording Input.
  917. * dump-emacs:                           Building XEmacs.
  918. * duplicable extent:                    Duplicable Extents.
  919. * dynamic loading of documentation:     Docs and Compilation.
  920. * dynamic loading of functions:         Dynamic Loading.
  921. * dynamic scoping:                      Variable Scoping.
  922. * echo area:                            The Echo Area.
  923. * echo-keystrokes <1>:                  The Echo Area.
  924. * echo-keystrokes:                      Command Loop Info.
  925. * edebug:                               Persistent Breakpoints.
  926. * Edebug execution modes:               Edebug Execution Modes.
  927. * Edebug mode:                          Edebug.
  928. * edebug specification list:            Specification List.
  929. * edebug-all-defs <1>:                  Instrumenting.
  930. * edebug-all-defs:                      Edebug Options.
  931. * edebug-all-forms <1>:                 Edebug Options.
  932. * edebug-all-forms:                     Instrumenting.
  933. * edebug-continue-kbd-macro:            Edebug Options.
  934. * edebug-display-freq-count:            Coverage Testing.
  935. * edebug-eval-top-level-form:           Instrumenting.
  936. * edebug-global-break-condition:        Global Break Condition.
  937. * edebug-initial-mode:                  Edebug Options.
  938. * edebug-print-circle:                  Edebug Options.
  939. * edebug-print-length:                  Edebug Options.
  940. * edebug-print-level:                   Edebug Options.
  941. * edebug-print-trace-after:             Edebug Options.
  942. * edebug-print-trace-before:            Edebug Options.
  943. * edebug-save-displayed-buffer-points:  Edebug Options.
  944. * edebug-save-windows <1>:              Outside Window Configuration.
  945. * edebug-save-windows:                  Edebug Options.
  946. * edebug-set-global-break-condition:    Global Break Condition.
  947. * edebug-setup-hook:                    Edebug Options.
  948. * edebug-test-coverage:                 Edebug Options.
  949. * edebug-trace:                         Edebug Options.
  950. * edit-abbrevs-map:                     Standard Keymaps.
  951. * edit-and-eval-command:                Object from Minibuffer.
  952. * edit-menu-filter:                     Menu Filters.
  953. * edit-tab-stops-map:                   Standard Keymaps.
  954. * editing types:                        Editing Types.
  955. * editor command loop:                  Command Loop.
  956. * electric-buffer-menu-mode-map:        Standard Keymaps.
  957. * electric-future-map:                  A Sample Variable Description.
  958. * electric-history-map:                 Standard Keymaps.
  959. * element (of list):                    Lists.
  960. * elements of sequences:                Sequence Functions.
  961. * elt:                                  Sequence Functions.
  962. * emacs-build-time:                     Building XEmacs.
  963. * emacs-lisp-mode-map:                  Standard Keymaps.
  964. * emacs-lisp-mode-syntax-table:         Standard Syntax Tables.
  965. * emacs-major-version:                  Building XEmacs.
  966. * emacs-minor-version:                  Building XEmacs.
  967. * emacs-pid:                            System Environment.
  968. * emacs-version:                        Building XEmacs.
  969. * empty list:                           Cons Cell Type.
  970. * enable-command:                       Disabling Commands.
  971. * enable-flow-control:                  Flow Control.
  972. * enable-flow-control-on:               Flow Control.
  973. * enable-local-eval:                    Auto Major Mode.
  974. * enable-local-variables:               Auto Major Mode.
  975. * enable-menu-item:                     Modifying Menus.
  976. * enable-recursive-minibuffers:         Minibuffer Misc.
  977. * encode-time:                          Time Conversion.
  978. * encoding file formats:                Format Conversion.
  979. * end of buffer marker:                 Creating Markers.
  980. * end-of-buffer:                        Buffer End Motion.
  981. * end-of-defun:                         List Motion.
  982. * end-of-file:                          Input Functions.
  983. * end-of-line:                          Text Lines.
  984. * enlarge-window:                       Resizing Windows.
  985. * enlarge-window-horizontally:          Resizing Windows.
  986. * enqueue-eval-event:                   Reading One Event.
  987. * environment:                          Intro Eval.
  988. * environment variable access:          System Environment.
  989. * environment variables, subprocesses:  Subprocess Creation.
  990. * eobp:                                 Near Point.
  991. * eolp:                                 Near Point.
  992. * eq:                                   Equality Predicates.
  993. * equal:                                Equality Predicates.
  994. * equality:                             Equality Predicates.
  995. * erase-buffer:                         Deletion.
  996. * error:                                Signaling Errors.
  997. * error cleanup:                        Cleanups.
  998. * error debugging:                      Error Debugging.
  999. * error display:                        The Echo Area.
  1000. * error handler:                        Handling Errors.
  1001. * error message notation:               Error Messages.
  1002. * error name:                           Error Symbols.
  1003. * error symbol:                         Error Symbols.
  1004. * error-conditions:                     Error Symbols.
  1005. * errors:                               Errors.
  1006. * esc-map:                              Prefix Keys.
  1007. * ESC-prefix:                           Prefix Keys.
  1008. * escape:                               Character Type.
  1009. * escape characters:                    Output Variables.
  1010. * escape characters in printing:        Output Functions.
  1011. * escape sequence:                      Character Type.
  1012. * eval:                                 Eval.
  1013. * eval-after-load:                      Hooks for Loading.
  1014. * eval-and-compile:                     Eval During Compile.
  1015. * eval-current-buffer:                  Eval.
  1016. * eval-defun:                           Instrumenting.
  1017. * eval-event-p:                         Event Predicates.
  1018. * eval-expression:                      Instrumenting.
  1019. * eval-minibuffer:                      Object from Minibuffer.
  1020. * eval-region:                          Eval.
  1021. * eval-when-compile:                    Eval During Compile.
  1022. * evaluated expression argument:        Interactive Codes.
  1023. * evaluation:                           Evaluation.
  1024. * evaluation error:                     Local Variables.
  1025. * evaluation list group:                Eval List.
  1026. * evaluation notation:                  Evaluation Notation.
  1027. * evaluation of buffer contents:        Eval.
  1028. * event printing:                       Describing Characters.
  1029. * event-buffer:                         Window-Level Event Position Info.
  1030. * event-button:                         Accessing Other Event Info.
  1031. * event-closest-point:                  Event Text Position Info.
  1032. * event-device:                         Accessing Other Event Info.
  1033. * event-frame:                          Frame-Level Event Position Info.
  1034. * event-function:                       Accessing Other Event Info.
  1035. * event-glyph-extent:                   Event Glyph Position Info.
  1036. * event-glyph-x-pixel:                  Event Glyph Position Info.
  1037. * event-glyph-y-pixel:                  Event Glyph Position Info.
  1038. * event-key:                            Accessing Other Event Info.
  1039. * event-live-p:                         Event Predicates.
  1040. * event-modifier-bits:                  Accessing Other Event Info.
  1041. * event-modifiers:                      Accessing Other Event Info.
  1042. * event-object:                         Accessing Other Event Info.
  1043. * event-over-border-p:                  Other Event Position Info.
  1044. * event-over-glyph-p:                   Event Glyph Position Info.
  1045. * event-over-modeline-p:                Event Text Position Info.
  1046. * event-over-text-area-p:               Event Text Position Info.
  1047. * event-over-toolbar-p:                 Event Toolbar Position Info.
  1048. * event-point:                          Event Text Position Info.
  1049. * event-process:                        Accessing Other Event Info.
  1050. * event-timestamp:                      Accessing Other Event Info.
  1051. * event-to-character:                   Converting Events.
  1052. * event-toolbar-button:                 Event Toolbar Position Info.
  1053. * event-window:                         Window-Level Event Position Info.
  1054. * event-window-x-pixel:                 Window-Level Event Position Info.
  1055. * event-window-y-pixel:                 Window-Level Event Position Info.
  1056. * event-x:                              Event Text Position Info.
  1057. * event-x-pixel:                        Frame-Level Event Position Info.
  1058. * event-y:                              Event Text Position Info.
  1059. * event-y-pixel:                        Frame-Level Event Position Info.
  1060. * eventp:                               Events.
  1061. * events:                               Events.
  1062. * events-to-keys:                       Converting Events.
  1063. * examining windows:                    Buffers and Windows.
  1064. * examples of using interactive:        Interactive Examples.
  1065. * excursion:                            Excursions.
  1066. * exec-directory:                       Subprocess Creation.
  1067. * exec-path:                            Subprocess Creation.
  1068. * execute program:                      Subprocess Creation.
  1069. * execute with prefix argument:         Interactive Call.
  1070. * execute-extended-command:             Interactive Call.
  1071. * execute-kbd-macro:                    Keyboard Macros.
  1072. * executing-macro:                      Keyboard Macros.
  1073. * execution speed:                      Compilation Tips.
  1074. * exit:                                 Recursive Editing.
  1075. * exit recursive editing:               Recursive Editing.
  1076. * exit-minibuffer:                      Minibuffer Misc.
  1077. * exit-recursive-edit:                  Recursive Editing.
  1078. * exiting XEmacs:                       Getting Out.
  1079. * exp:                                  Math Functions.
  1080. * expand-abbrev:                        Abbrev Expansion.
  1081. * expand-file-name:                     File Name Expansion.
  1082. * expansion of file names:              File Name Expansion.
  1083. * expansion of macros:                  Expansion.
  1084. * expression:                           Intro Eval.
  1085. * expt:                                 Math Functions.
  1086. * extended-command-history:             Minibuffer History.
  1087. * extent <1>:                           Variable Scoping.
  1088. * extent:                               Extents.
  1089. * extent end position:                  Extent Endpoints.
  1090. * extent endpoint:                      Extent Endpoints.
  1091. * extent order:                         Extent Endpoints.
  1092. * extent priority:                      Intro to Extents.
  1093. * extent property:                      Extent Properties.
  1094. * extent replica:                       Duplicable Extents.
  1095. * extent start position:                Extent Endpoints.
  1096. * extent, duplicable:                   Duplicable Extents.
  1097. * extent-at:                            Finding Extents.
  1098. * extent-buffer:                        Creating and Modifying Extents.
  1099. * extent-detached-p:                    Detached Extents.
  1100. * extent-end-position:                  Extent Endpoints.
  1101. * extent-face:                          Extent Properties.
  1102. * extent-glyph:                         Extent Properties.
  1103. * extent-in-region-p:                   Finding Extents.
  1104. * extent-layout:                        Extent Properties.
  1105. * extent-length:                        Extent Endpoints.
  1106. * extent-live-p:                        Creating and Modifying Extents.
  1107. * extent-priority:                      Extent Properties.
  1108. * extent-properties:                    Extent Properties.
  1109. * extent-property:                      Extent Properties.
  1110. * extent-replica-end:                   Extent Replicas.
  1111. * extent-replica-extent:                Extent Replicas.
  1112. * extent-replica-live-p:                Extent Replicas.
  1113. * extent-replica-p:                     Extent Replicas.
  1114. * extent-replica-start:                 Extent Replicas.
  1115. * extent-start-position:                Extent Endpoints.
  1116. * extentp:                              Extents.
  1117. * face-background:                      Face Convenience Functions.
  1118. * face-background-instance:             Face Convenience Functions.
  1119. * face-background-pixmap:               Face Convenience Functions.
  1120. * face-background-pixmap-instance:      Face Convenience Functions.
  1121. * face-boolean-specifier-p:             Specifier Types.
  1122. * face-differs-from-default-p:          Other Face Display Functions.
  1123. * face-equal:                           Other Face Display Functions.
  1124. * face-font:                            Face Convenience Functions.
  1125. * face-font-instance:                   Face Convenience Functions.
  1126. * face-font-name:                       Face Convenience Functions.
  1127. * face-foreground:                      Face Convenience Functions.
  1128. * face-foreground-instance:             Face Convenience Functions.
  1129. * face-list:                            Basic Face Functions.
  1130. * face-property:                        Face Properties.
  1131. * face-property-instance:               Face Properties.
  1132. * face-underline-p:                     Face Convenience Functions.
  1133. * facep:                                Basic Face Functions.
  1134. * faces:                                Faces and Window-System Objects.
  1135. * false:                                nil and t.
  1136. * fboundp:                              Function Cells.
  1137. * fceiling:                             Rounding Operations.
  1138. * featurep:                             Named Features.
  1139. * features:                             Named Features.
  1140. * fetch-bytecode:                       Dynamic Loading.
  1141. * ffloor:                               Rounding Operations.
  1142. * field width:                          Formatting Strings.
  1143. * file accessibility:                   Testing Accessibility.
  1144. * file age:                             Testing Accessibility.
  1145. * file attributes:                      File Attributes.
  1146. * file format conversion:               Format Conversion.
  1147. * file hard link:                       Changing File Attributes.
  1148. * file locks:                           File Locks.
  1149. * file mode specification error:        Auto Major Mode.
  1150. * file modes and MS-DOS:                Changing File Attributes.
  1151. * file modification time:               Testing Accessibility.
  1152. * file name completion subroutines:     File Name Completion.
  1153. * file name of buffer:                  Buffer File Name.
  1154. * file name of directory:               Directory Names.
  1155. * file names:                           File Names.
  1156. * file names in directory:              Contents of Directories.
  1157. * file open error:                      Subroutines of Visiting.
  1158. * file symbolic links:                  Kinds of Files.
  1159. * file types on MS-DOS:                 Files and MS-DOS.
  1160. * file with multiple names:             Changing File Attributes.
  1161. * file-accessible-directory-p:          Testing Accessibility.
  1162. * file-already-exists:                  Changing File Attributes.
  1163. * file-attributes:                      File Attributes.
  1164. * file-directory-p:                     Kinds of Files.
  1165. * file-error:                           How Programs Do Loading.
  1166. * file-executable-p:                    Testing Accessibility.
  1167. * file-exists-p:                        Testing Accessibility.
  1168. * file-local-copy:                      Magic File Names.
  1169. * file-locked:                          File Locks.
  1170. * file-locked-p:                        File Locks.
  1171. * file-menu-filter:                     Menu Filters.
  1172. * file-modes:                           File Attributes.
  1173. * file-name-absolute-p:                 Relative File Names.
  1174. * file-name-all-completions:            File Name Completion.
  1175. * file-name-as-directory:               Directory Names.
  1176. * file-name-buffer-file-type-alist:     Files and MS-DOS.
  1177. * file-name-completion:                 File Name Completion.
  1178. * file-name-directory:                  File Name Components.
  1179. * file-name-history:                    Minibuffer History.
  1180. * file-name-nondirectory:               File Name Components.
  1181. * file-name-sans-extension:             File Name Components.
  1182. * file-name-sans-versions:              File Name Components.
  1183. * file-newer-than-file-p:               Testing Accessibility.
  1184. * file-newest-backup:                   Backup Names.
  1185. * file-nlinks:                          File Attributes.
  1186. * file-ownership-preserved-p:           Testing Accessibility.
  1187. * file-precious-flag:                   Saving Buffers.
  1188. * file-readable-p:                      Testing Accessibility.
  1189. * file-regular-p:                       Kinds of Files.
  1190. * file-relative-name:                   File Name Expansion.
  1191. * file-supersession:                    Modification Time.
  1192. * file-symlink-p:                       Kinds of Files.
  1193. * file-truename:                        Truenames.
  1194. * file-writable-p:                      Testing Accessibility.
  1195. * fill-column:                          Margins.
  1196. * fill-individual-paragraphs:           Filling.
  1197. * fill-individual-varying-indent:       Filling.
  1198. * fill-paragraph:                       Filling.
  1199. * fill-paragraph-function:              Filling.
  1200. * fill-prefix:                          Margins.
  1201. * fill-region:                          Filling.
  1202. * fill-region-as-paragraph:             Filling.
  1203. * fillarray:                            Array Functions.
  1204. * filling a paragraph:                  Filling.
  1205. * filling, automatic:                   Auto Filling.
  1206. * filling, explicit:                    Filling.
  1207. * filter function:                      Filter Functions.
  1208. * find-backup-file-name:                Backup Names.
  1209. * find-buffer-file-type:                Files and MS-DOS.
  1210. * find-file:                            Visiting Functions.
  1211. * find-file-binary:                     Files and MS-DOS.
  1212. * find-file-hooks:                      Visiting Functions.
  1213. * find-file-name-handler:               Magic File Names.
  1214. * find-file-noselect:                   Visiting Functions.
  1215. * find-file-not-found-hooks:            Visiting Functions.
  1216. * find-file-other-window:               Visiting Functions.
  1217. * find-file-read-only:                  Visiting Functions.
  1218. * find-file-text:                       Files and MS-DOS.
  1219. * find-menu-item:                       Modifying Menus.
  1220. * finding files:                        Visiting Files.
  1221. * finding windows:                      Selecting Windows.
  1222. * first-change-hook:                    Change Hooks.
  1223. * fixup-whitespace:                     User-Level Deletion.
  1224. * float:                                Numeric Conversions.
  1225. * floatp:                               Predicates on Numbers.
  1226. * floor:                                Numeric Conversions.
  1227. * flow control characters:              Flow Control.
  1228. * flush input:                          Peeking and Discarding.
  1229. * fmakunbound:                          Function Cells.
  1230. * following-char:                       Near Point.
  1231. * font instance characteristics:        Font Instance Characteristics.
  1232. * font instance name:                   Font Instance Names.
  1233. * font instance size:                   Font Instance Size.
  1234. * font type:                            Font Type.
  1235. * font-instance-name:                   Font Instance Names.
  1236. * font-instance-p:                      Font Instances.
  1237. * font-instance-properties:             Font Instance Characteristics.
  1238. * font-instance-truename:               Font Instance Names.
  1239. * font-name:                            Font Convenience Functions.
  1240. * font-properties:                      Font Convenience Functions.
  1241. * font-specifier-p <1>:                 Specifier Types.
  1242. * font-specifier-p:                     Font Specifiers.
  1243. * font-truename:                        Font Convenience Functions.
  1244. * fonts <1>:                            Fonts.
  1245. * fonts:                                Some Terms.
  1246. * fonts available:                      Font Instance Names.
  1247. * foo:                                  A Sample Function Description.
  1248. * for:                                  Argument Evaluation.
  1249. * force redisplay:                      Refresh Screen.
  1250. * force-cursor-redisplay:               Refresh Screen.
  1251. * force-highlight-extent:               Extents and Events.
  1252. * force-redisplay:                      Refresh Screen.
  1253. * forcing redisplay:                    Waiting.
  1254. * format:                               Formatting Strings.
  1255. * format definition:                    Format Conversion.
  1256. * format of keymaps:                    Format of Keymaps.
  1257. * format of menus:                      Menu Format.
  1258. * format of the menubar:                Menubar Format.
  1259. * format specification:                 Formatting Strings.
  1260. * format-alist:                         Format Conversion.
  1261. * format-buffers-menu-line:             Buffers Menu.
  1262. * format-find-file:                     Format Conversion.
  1263. * format-insert-file:                   Format Conversion.
  1264. * format-time-string:                   Time Conversion.
  1265. * format-write-file:                    Format Conversion.
  1266. * formatting strings:                   Formatting Strings.
  1267. * formfeed:                             Character Type.
  1268. * forms:                                Intro Eval.
  1269. * forward-char:                         Character Motion.
  1270. * forward-comment:                      Parsing Expressions.
  1271. * forward-line:                         Text Lines.
  1272. * forward-list:                         List Motion.
  1273. * forward-sexp:                         List Motion.
  1274. * forward-to-indentation:               Motion by Indent.
  1275. * forward-word:                         Word Motion.
  1276. * frame:                                Frames.
  1277. * frame hooks:                          Frame Hooks.
  1278. * frame name:                           Frame Name.
  1279. * frame of terminal:                    Basic Windows.
  1280. * frame position:                       Size and Position.
  1281. * frame size:                           Size and Position.
  1282. * frame visibility:                     Visibility of Frames.
  1283. * frame-device:                         Basic Device Functions.
  1284. * frame-height:                         Size and Position.
  1285. * frame-icon-title-format:              Frame Titles.
  1286. * frame-iconified-p:                    Visibility of Frames.
  1287. * frame-list:                           Finding All Frames.
  1288. * frame-live-p:                         Deleting Frames.
  1289. * frame-name:                           Frame Name.
  1290. * frame-parameters:                     Parameter Access.
  1291. * frame-pixel-height:                   Size and Position.
  1292. * frame-pixel-width:                    Size and Position.
  1293. * frame-root-window:                    Frames and Windows.
  1294. * frame-selected-window:                Frames and Windows.
  1295. * frame-title-format:                   Frame Titles.
  1296. * frame-top-window:                     Frames and Windows.
  1297. * frame-totally-visible-p:              Visibility of Frames.
  1298. * frame-visible-p:                      Visibility of Frames.
  1299. * frame-width:                          Size and Position.
  1300. * framep:                               Frames.
  1301. * free list:                            Garbage Collection.
  1302. * frequency counts:                     Coverage Testing.
  1303. * fround:                               Rounding Operations.
  1304. * fset:                                 Function Cells.
  1305. * ftp-login:                            Cleanups.
  1306. * ftruncate:                            Rounding Operations.
  1307. * funcall:                              Calling Functions.
  1308. * function <1>:                         Anonymous Functions.
  1309. * function:                             What Is a Function.
  1310. * function call:                        Function Forms.
  1311. * function call debugging:              Function Debugging.
  1312. * function cell:                        Symbol Components.
  1313. * function cell in autoload:            Autoload.
  1314. * function definition:                  Function Names.
  1315. * function descriptions:                A Sample Function Description.
  1316. * function form evaluation:             Function Forms.
  1317. * function input stream:                Input Streams.
  1318. * function invocation:                  Calling Functions.
  1319. * function name:                        Function Names.
  1320. * function output stream:               Output Streams.
  1321. * function quoting:                     Anonymous Functions.
  1322. * function-key-map:                     Translating Input.
  1323. * functionals:                          Calling Functions.
  1324. * functions in modes:                   Major Mode Conventions.
  1325. * functions, making them interactive:   Defining Commands.
  1326. * Fundamental mode:                     Major Modes.
  1327. * fundamental-mode:                     Auto Major Mode.
  1328. * fundamental-mode-abbrev-table:        Standard Abbrev Tables.
  1329. * garbage collection protection:        Writing XEmacs Primitives.
  1330. * garbage collector:                    Garbage Collection.
  1331. * garbage-collect:                      Garbage Collection.
  1332. * gc-cons-threshold:                    Garbage Collection.
  1333. * generate-new-buffer:                  Creating Buffers.
  1334. * generate-new-buffer-name:             Buffer Names.
  1335. * generic-specifier-p:                  Specifier Types.
  1336. * get:                                  Symbol Plists.
  1337. * get-buffer:                           Buffer Names.
  1338. * get-buffer-create:                    Creating Buffers.
  1339. * get-buffer-process:                   Process Buffers.
  1340. * get-buffer-window:                    Buffers and Windows.
  1341. * get-file-buffer:                      Buffer File Name.
  1342. * get-file-char:                        Input Streams.
  1343. * get-largest-window:                   Selecting Windows.
  1344. * get-lru-window:                       Selecting Windows.
  1345. * get-process:                          Process Information.
  1346. * get-register:                         Registers.
  1347. * get-text-property:                    Examining Properties.
  1348. * get-tooltalk-message-attribute:       Elisp Interface for Sending Messages.
  1349. * getenv:                               System Environment.
  1350. * gettext:                              Level 3 Primitives.
  1351. * global binding:                       Local Variables.
  1352. * global break condition:               Global Break Condition.
  1353. * global keymap:                        Active Keymaps.
  1354. * global variable:                      Global Variables.
  1355. * global-abbrev-table:                  Standard Abbrev Tables.
  1356. * global-key-binding:                   Functions for Key Lookup.
  1357. * global-map:                           Active Keymaps.
  1358. * global-mode-string:                   Modeline Variables.
  1359. * global-popup-menu:                    Pop-Up Menus.
  1360. * global-set-key:                       Key Binding Commands.
  1361. * global-unset-key:                     Key Binding Commands.
  1362. * glyph-baseline:                       Glyph Convenience Functions.
  1363. * glyph-baseline-instance:              Glyph Convenience Functions.
  1364. * glyph-contrib-p:                      Glyph Convenience Functions.
  1365. * glyph-contrib-p-instance:             Glyph Convenience Functions.
  1366. * glyph-image:                          Glyph Convenience Functions.
  1367. * glyph-image-instance:                 Glyph Convenience Functions.
  1368. * glyph-property:                       Glyph Properties.
  1369. * glyph-property-instance:              Glyph Properties.
  1370. * glyphp:                               Glyphs.
  1371. * glyphs:                               Glyphs.
  1372. * goto-char:                            Character Motion.
  1373. * goto-line:                            Text Lines.
  1374. * hack-local-variables:                 Auto Major Mode.
  1375. * handling errors:                      Handling Errors.
  1376. * hash notation:                        Printed Representation.
  1377. * hashing:                              Creating Symbols.
  1378. * header comments:                      Library Headers.
  1379. * help for major mode:                  Mode Help.
  1380. * help-char:                            Help Functions.
  1381. * help-command:                         Help Functions.
  1382. * help-form:                            Help Functions.
  1383. * help-map <1>:                         Help Functions.
  1384. * help-map:                             Standard Keymaps.
  1385. * Helper-describe-bindings:             Help Functions.
  1386. * Helper-help:                          Help Functions.
  1387. * Helper-help-map:                      Standard Keymaps.
  1388. * highlight-extent:                     Extents and Events.
  1389. * history list:                         Minibuffer History.
  1390. * history of commands:                  Command History.
  1391. * hooks:                                Hooks.
  1392. * hooks for loading:                    Hooks for Loading.
  1393. * hooks for text changes:               Change Hooks.
  1394. * horizontal position:                  Columns.
  1395. * horizontal scrolling:                 Horizontal Scrolling.
  1396. * hyper characters:                     Character Type.
  1397. * iconified frame:                      Visibility of Frames.
  1398. * iconify-frame:                        Visibility of Frames.
  1399. * identity:                             Calling Functions.
  1400. * IEEE floating point:                  Float Basics.
  1401. * if:                                   Conditionals.
  1402. * ignore:                               Calling Functions.
  1403. * ignored-local-variables:              Auto Major Mode.
  1404. * image instances:                      Image Instances.
  1405. * image instantiator conversion:        Image Instantiator Conversion.
  1406. * image specifiers:                     Image Specifiers.
  1407. * image-instance-depth:                 Image Instances.
  1408. * image-instance-file-name:             Image Instances.
  1409. * image-instance-height:                Image Instances.
  1410. * image-instance-hotspot-x:             Image Instances.
  1411. * image-instance-hotspot-y:             Image Instances.
  1412. * image-instance-p:                     Image Instances.
  1413. * image-instance-width:                 Image Instances.
  1414. * image-specifier-p <1>:                Specifier Types.
  1415. * image-specifier-p:                    Image Specifiers.
  1416. * implicit progn:                       Sequencing.
  1417. * inc:                                  Simple Macro.
  1418. * indent-according-to-mode:             Mode-Specific Indent.
  1419. * indent-code-rigidly:                  Region Indent.
  1420. * indent-for-tab-command:               Mode-Specific Indent.
  1421. * indent-line-function:                 Mode-Specific Indent.
  1422. * indent-region:                        Region Indent.
  1423. * indent-region-function:               Region Indent.
  1424. * indent-relative:                      Relative Indent.
  1425. * indent-relative-maybe:                Relative Indent.
  1426. * indent-rigidly:                       Region Indent.
  1427. * indent-tabs-mode:                     Primitive Indent.
  1428. * indent-to:                            Primitive Indent.
  1429. * indent-to-left-margin:                Margins.
  1430. * indentation:                          Indentation.
  1431. * indenting with parentheses:           Parsing Expressions.
  1432. * indirect buffers:                     Indirect Buffers.
  1433. * indirect-function:                    Function Indirection.
  1434. * indirection:                          Function Indirection.
  1435. * infinite loops:                       Infinite Loops.
  1436. * infinite recursion:                   Local Variables.
  1437. * infinity:                             Float Basics.
  1438. * Info-edit-map:                        Standard Keymaps.
  1439. * Info-mode-map:                        Standard Keymaps.
  1440. * inheriting a keymap's bindings:       Inheritance and Keymaps.
  1441. * inhibit-default-init:                 Init File.
  1442. * inhibit-file-name-handlers:           Magic File Names.
  1443. * inhibit-file-name-operation:          Magic File Names.
  1444. * inhibit-quit:                         Quitting.
  1445. * inhibit-read-only:                    Read Only Buffers.
  1446. * inhibit-startup-echo-area-message:    Start-up Summary.
  1447. * inhibit-startup-message:              Start-up Summary.
  1448. * init file:                            Init File.
  1449. * initial-frame-alist:                  Initial Parameters.
  1450. * initial-major-mode:                   Auto Major Mode.
  1451. * initial-toolbar-spec:                 Other Toolbar Variables.
  1452. * initialization:                       Start-up Summary.
  1453. * inline functions:                     Inline Functions.
  1454. * innermost containing parentheses:     Parsing Expressions.
  1455. * input events:                         Events.
  1456. * input focus:                          Input Focus.
  1457. * input modes:                          Input Modes.
  1458. * input stream:                         Input Streams.
  1459. * input-pending-p:                      Peeking and Discarding.
  1460. * insert:                               Insertion.
  1461. * insert-abbrev-table-description:      Abbrev Tables.
  1462. * insert-before-markers:                Insertion.
  1463. * insert-buffer:                        Commands for Insertion.
  1464. * insert-buffer-substring:              Insertion.
  1465. * insert-char:                          Insertion.
  1466. * insert-default-directory:             Reading File Names.
  1467. * insert-directory:                     Contents of Directories.
  1468. * insert-directory-program:             Contents of Directories.
  1469. * insert-extent:                        Detached Extents.
  1470. * insert-file-contents:                 Reading from Files.
  1471. * insert-register:                      Registers.
  1472. * inserting killed text:                Yank Commands.
  1473. * insertion before point:               Insertion.
  1474. * insertion of text:                    Insertion.
  1475. * inside comment:                       Parsing Expressions.
  1476. * inside margin:                        Annotation Basics.
  1477. * inside string:                        Parsing Expressions.
  1478. * installation-directory:               System Environment.
  1479. * int-to-string:                        String Conversion.
  1480. * integer to decimal:                   String Conversion.
  1481. * integer to hexadecimal:               Formatting Strings.
  1482. * integer to octal:                     Formatting Strings.
  1483. * integer to string:                    String Conversion.
  1484. * integer-or-marker-p:                  Predicates on Markers.
  1485. * integer-specifier-p:                  Specifier Types.
  1486. * integerp:                             Predicates on Numbers.
  1487. * integers:                             Numbers.
  1488. * interactive:                          Using Interactive.
  1489. * interactive call:                     Interactive Call.
  1490. * interactive code description:         Interactive Codes.
  1491. * interactive completion:               Interactive Codes.
  1492. * interactive forms:                    Instrumenting.
  1493. * interactive function:                 Defining Commands.
  1494. * interactive-p:                        Interactive Call.
  1495. * intern:                               Creating Symbols.
  1496. * intern-soft:                          Creating Symbols.
  1497. * internals, of buffer:                 Buffer Internals.
  1498. * internals, of process:                Process Internals.
  1499. * internals, of window:                 Window Internals.
  1500. * interning:                            Creating Symbols.
  1501. * interpreter:                          Evaluation.
  1502. * interpreter-mode-alist:               Auto Major Mode.
  1503. * interprogram-cut-function:            Low-Level Kill Ring.
  1504. * interprogram-paste-function:          Low-Level Kill Ring.
  1505. * interrupt-process:                    Signals to Processes.
  1506. * invalid function:                     Function Indirection.
  1507. * invalid prefix key error:             Changing Key Bindings.
  1508. * invalid-function:                     Function Indirection.
  1509. * invalid-read-syntax:                  Printed Representation.
  1510. * invalid-regexp:                       Syntax of Regexps.
  1511. * invert-face:                          Other Face Display Functions.
  1512. * invisible frame:                      Visibility of Frames.
  1513. * invisible text:                       Invisible Text.
  1514. * invocation-directory:                 System Environment.
  1515. * invocation-name:                      System Environment.
  1516. * isearch-mode-map:                     Standard Keymaps.
  1517. * ISO Latin 1:                          Case Table.
  1518. * ISO Latin-1 characters (input):       Translating Input.
  1519. * iso-syntax:                           Case Table.
  1520. * iso-transl:                           Translating Input.
  1521. * italic:                               Font Instance Characteristics.
  1522. * iteration:                            Iteration.
  1523. * itimer-edit-map:                      Standard Keymaps.
  1524. * joining lists:                        Rearrangement.
  1525. * just-one-space:                       User-Level Deletion.
  1526. * justify-current-line:                 Filling.
  1527. * kept-new-versions:                    Numbered Backups.
  1528. * kept-old-versions:                    Numbered Backups.
  1529. * key:                                  Keymap Terminology.
  1530. * key binding:                          Keymap Terminology.
  1531. * key lookup:                           Key Lookup.
  1532. * key sequence:                         Key Sequence Input.
  1533. * key sequence error:                   Changing Key Bindings.
  1534. * key sequence input:                   Key Sequence Input.
  1535. * key-binding:                          Functions for Key Lookup.
  1536. * key-description:                      Describing Characters.
  1537. * key-press-event-p:                    Event Predicates.
  1538. * keyboard macro execution:             Interactive Call.
  1539. * keyboard macro termination:           Beeping.
  1540. * keyboard macros:                      Keyboard Macros.
  1541. * keyboard-quit:                        Quitting.
  1542. * keymap:                               Keymaps.
  1543. * keymap entry:                         Key Lookup.
  1544. * keymap format:                        Format of Keymaps.
  1545. * keymap in keymap:                     Key Lookup.
  1546. * keymap inheritance:                   Inheritance and Keymaps.
  1547. * keymap parent:                        Inheritance and Keymaps.
  1548. * keymap-parents:                       Inheritance and Keymaps.
  1549. * keymapp:                              Format of Keymaps.
  1550. * keymaps in modes:                     Major Mode Conventions.
  1551. * keys in documentation strings:        Keys in Documentation.
  1552. * keystroke:                            Keymap Terminology.
  1553. * keystroke command:                    What Is a Function.
  1554. * keywordp:                             Specification List.
  1555. * kill command repetition:              Command Loop Info.
  1556. * kill ring:                            The Kill Ring.
  1557. * kill-all-local-variables:             Creating Buffer-Local.
  1558. * kill-append:                          Low-Level Kill Ring.
  1559. * kill-buffer:                          Killing Buffers.
  1560. * kill-buffer-hook:                     Killing Buffers.
  1561. * kill-buffer-query-functions:          Killing Buffers.
  1562. * kill-emacs:                           Killing XEmacs.
  1563. * kill-emacs-hook:                      Killing XEmacs.
  1564. * kill-emacs-query-functions:           Killing XEmacs.
  1565. * kill-local-variable:                  Creating Buffer-Local.
  1566. * kill-new:                             Low-Level Kill Ring.
  1567. * kill-process:                         Signals to Processes.
  1568. * kill-region:                          Kill Functions.
  1569. * kill-ring:                            Internals of Kill Ring.
  1570. * kill-ring-max:                        Internals of Kill Ring.
  1571. * kill-ring-yank-pointer:               Internals of Kill Ring.
  1572. * killing buffers:                      Killing Buffers.
  1573. * killing XEmacs:                       Killing XEmacs.
  1574. * lambda expression:                    Lambda Expressions.
  1575. * lambda expression in hook:            Hooks.
  1576. * lambda list:                          Lambda Components.
  1577. * lambda-list:                          Specification List.
  1578. * lambda-list-keywordp:                 Specification List.
  1579. * last-abbrev:                          Abbrev Expansion.
  1580. * last-abbrev-location:                 Abbrev Expansion.
  1581. * last-abbrev-text:                     Abbrev Expansion.
  1582. * last-command:                         Command Loop Info.
  1583. * last-command-char:                    Command Loop Info.
  1584. * last-command-event:                   Command Loop Info.
  1585. * last-input-char:                      Peeking and Discarding.
  1586. * last-input-event:                     Peeking and Discarding.
  1587. * last-kbd-macro:                       Keyboard Macros.
  1588. * Latin-1 character set (input):        Translating Input.
  1589. * layout policy:                        Annotation Basics.
  1590. * layout types:                         Annotation Basics.
  1591. * lazy loading:                         Dynamic Loading.
  1592. * left-margin:                          Margins.
  1593. * left-toolbar:                         Specifying the Toolbar.
  1594. * left-toolbar-width:                   Other Toolbar Variables.
  1595. * length:                               Sequence Functions.
  1596. * let:                                  Local Variables.
  1597. * let*:                                 Local Variables.
  1598. * lexical comparison:                   Text Comparison.
  1599. * library:                              Loading.
  1600. * library compilation:                  Compilation Functions.
  1601. * library header comments:              Library Headers.
  1602. * line wrapping:                        Truncation.
  1603. * lines:                                Text Lines.
  1604. * lines in region:                      Text Lines.
  1605. * linking files:                        Changing File Attributes.
  1606. * Lisp debugger:                        Debugger.
  1607. * Lisp expression motion:               List Motion.
  1608. * Lisp history:                         Lisp History.
  1609. * Lisp library:                         Loading.
  1610. * Lisp nesting error:                   Eval.
  1611. * Lisp object:                          Lisp Data Types.
  1612. * Lisp printer:                         Output Functions.
  1613. * Lisp reader:                          Streams Intro.
  1614. * lisp-interaction-mode-map:            Standard Keymaps.
  1615. * lisp-mode-abbrev-table:               Standard Abbrev Tables.
  1616. * lisp-mode-map:                        Standard Keymaps.
  1617. * list <1>:                             Building Lists.
  1618. * list:                                 Lists.
  1619. * list elements:                        List Elements.
  1620. * list form evaluation:                 Classifying Lists.
  1621. * list in keymap:                       Key Lookup.
  1622. * list length:                          Sequence Functions.
  1623. * list motion:                          List Motion.
  1624. * list structure:                       Cons Cells.
  1625. * list-buffers:                         The Buffer List.
  1626. * list-buffers-directory:               Buffer File Name.
  1627. * list-fonts:                           Font Instance Names.
  1628. * list-processes:                       Process Information.
  1629. * listp:                                List-related Predicates.
  1630. * lists and cons cells:                 Cons Cells.
  1631. * lists as sets:                        Sets And Lists.
  1632. * lists represented as boxes:           Lists as Boxes.
  1633. * literal evaluation:                   Self-Evaluating Forms.
  1634. * ln:                                   Changing File Attributes.
  1635. * load:                                 How Programs Do Loading.
  1636. * load error with require:              Named Features.
  1637. * load errors:                          How Programs Do Loading.
  1638. * load-average:                         System Environment.
  1639. * load-default-sounds:                  Beeping.
  1640. * load-history:                         Unloading.
  1641. * load-in-progress:                     How Programs Do Loading.
  1642. * load-path:                            How Programs Do Loading.
  1643. * load-read-function:                   How Programs Do Loading.
  1644. * load-sound-file:                      Beeping.
  1645. * loading:                              Loading.
  1646. * loading hooks:                        Hooks for Loading.
  1647. * local binding:                        Local Variables.
  1648. * local keymap:                         Active Keymaps.
  1649. * local variables:                      Local Variables.
  1650. * local-abbrev-table:                   Standard Abbrev Tables.
  1651. * local-key-binding:                    Functions for Key Lookup.
  1652. * local-set-key:                        Key Binding Commands.
  1653. * local-unset-key:                      Key Binding Commands.
  1654. * local-variable-p:                     Creating Buffer-Local.
  1655. * local-write-file-hooks:               Saving Buffers.
  1656. * lock-buffer:                          File Locks.
  1657. * log:                                  Math Functions.
  1658. * log10:                                Math Functions.
  1659. * logand:                               Bitwise Operations.
  1660. * logb:                                 Float Basics.
  1661. * logical and:                          Bitwise Operations.
  1662. * logical exclusive or:                 Bitwise Operations.
  1663. * logical inclusive or:                 Bitwise Operations.
  1664. * logical not:                          Bitwise Operations.
  1665. * logical shift:                        Bitwise Operations.
  1666. * logior:                               Bitwise Operations.
  1667. * lognot:                               Bitwise Operations.
  1668. * logxor:                               Bitwise Operations.
  1669. * looking-at:                           Regexp Search.
  1670. * lookup-key:                           Functions for Key Lookup.
  1671. * loops, infinite:                      Infinite Loops.
  1672. * lower case:                           Character Case.
  1673. * lower-frame:                          Raising and Lowering.
  1674. * lowering a frame:                     Raising and Lowering.
  1675. * lsh:                                  Bitwise Operations.
  1676. * Maclisp:                              Lisp History.
  1677. * macro:                                What Is a Function.
  1678. * macro argument evaluation:            Argument Evaluation.
  1679. * macro call:                           Expansion.
  1680. * macro call evaluation:                Macro Forms.
  1681. * macro compilation:                    Compilation Functions.
  1682. * macro descriptions:                   A Sample Function Description.
  1683. * macro expansion:                      Expansion.
  1684. * macroexpand:                          Expansion.
  1685. * macros:                               Macros.
  1686. * magic file names:                     Magic File Names.
  1687. * mail-host-address:                    System Environment.
  1688. * major mode:                           Major Modes.
  1689. * major mode hook:                      Major Mode Conventions.
  1690. * major mode keymap:                    Active Keymaps.
  1691. * major-mode:                           Mode Help.
  1692. * make-abbrev-table:                    Abbrev Tables.
  1693. * make-annotation:                      Annotation Primitives.
  1694. * make-auto-save-file-name:             Auto-Saving.
  1695. * make-backup-file-name:                Backup Names.
  1696. * make-backup-files:                    Making Backups.
  1697. * make-byte-code:                       Byte-Code Objects.
  1698. * make-device:                          Connecting to a Device.
  1699. * make-directory:                       Create/Delete Dirs.
  1700. * make-display-table:                   Display Table Format.
  1701. * make-extent:                          Creating and Modifying Extents.
  1702. * make-extent-replica:                  Extent Replicas.
  1703. * make-face:                            Basic Face Functions.
  1704. * make-file-part:                       Creating a Partial File.
  1705. * make-font-instance:                   Font Instances.
  1706. * make-frame:                           Creating Frames.
  1707. * make-frame-invisible:                 Visibility of Frames.
  1708. * make-frame-visible:                   Visibility of Frames.
  1709. * make-glyph:                           Creating Glyphs.
  1710. * make-glyph-internal:                  Creating Glyphs.
  1711. * make-help-screen:                     Help Functions.
  1712. * make-image-instance:                  Image Instances.
  1713. * make-indirect-buffer:                 Indirect Buffers.
  1714. * make-keymap:                          Creating Keymaps.
  1715. * make-list:                            Building Lists.
  1716. * make-local-hook:                      Hooks.
  1717. * make-local-variable:                  Creating Buffer-Local.
  1718. * make-marker:                          Creating Markers.
  1719. * make-sparse-keymap:                   Creating Keymaps.
  1720. * make-specifier:                       Creating Specifiers.
  1721. * make-specifier-and-init:              Creating Specifiers.
  1722. * make-string:                          Creating Strings.
  1723. * make-symbol:                          Creating Symbols.
  1724. * make-symbolic-link:                   Changing File Attributes.
  1725. * make-syntax-table:                    Syntax Table Functions.
  1726. * make-temp-name:                       Unique File Names.
  1727. * make-tooltalk-message:                Elisp Interface for Sending Messages.
  1728. * make-tooltalk-pattern:                Elisp Interface for Receiving Messages.
  1729. * make-tty-device:                      Connecting to a Device.
  1730. * make-variable-buffer-local:           Creating Buffer-Local.
  1731. * make-vector:                          Vector Functions.
  1732. * make-x-device:                        Connecting to a Device.
  1733. * makunbound:                           Void Variables.
  1734. * map-extent-children:                  Finding Extents.
  1735. * map-extents:                          Finding Extents.
  1736. * map-frame-hook:                       Frame Hooks.
  1737. * map-specifier:                        Other Specification Functions.
  1738. * map-y-or-n-p:                         Multiple Queries.
  1739. * mapatoms:                             Creating Symbols.
  1740. * mapcar:                               Mapping Functions.
  1741. * mapconcat:                            Mapping Functions.
  1742. * mapping functions:                    Mapping Functions.
  1743. * margin:                               Annotation Basics.
  1744. * margin width:                         Margin Primitives.
  1745. * mark:                                 The Mark.
  1746. * mark excursion:                       Excursions.
  1747. * mark ring:                            The Mark.
  1748. * mark, the:                            The Mark.
  1749. * mark-active:                          The Mark.
  1750. * mark-marker:                          The Mark.
  1751. * mark-ring:                            The Mark.
  1752. * mark-ring-max:                        The Mark.
  1753. * marker argument:                      Interactive Codes.
  1754. * marker garbage collection:            Overview of Markers.
  1755. * marker input stream:                  Input Streams.
  1756. * marker output stream:                 Output Streams.
  1757. * marker relocation:                    Overview of Markers.
  1758. * marker-buffer:                        Information from Markers.
  1759. * marker-position:                      Information from Markers.
  1760. * markerp:                              Predicates on Markers.
  1761. * markers:                              Markers.
  1762. * markers as numbers:                   Overview of Markers.
  1763. * match data:                           Match Data.
  1764. * match-beginning:                      Simple Match Data.
  1765. * match-data:                           Entire Match Data.
  1766. * match-end:                            Simple Match Data.
  1767. * match-string:                         Simple Match Data.
  1768. * mathematical functions:               Math Functions.
  1769. * max:                                  Comparison of Numbers.
  1770. * max-lisp-eval-depth:                  Eval.
  1771. * max-specpdl-size:                     Local Variables.
  1772. * member:                               Sets And Lists.
  1773. * membership in a list:                 Sets And Lists.
  1774. * memory allocation:                    Garbage Collection.
  1775. * memory-limit:                         Garbage Collection.
  1776. * memq:                                 Sets And Lists.
  1777. * menu:                                 Menus.
  1778. * menu filters:                         Menu Filters.
  1779. * menu format:                          Menu Format.
  1780. * menu-no-selection-hook:               Menubar.
  1781. * menubar:                              Menubar.
  1782. * menubar format:                       Menubar Format.
  1783. * menubar-configuration:                Menu Format.
  1784. * menubar-show-keybindings:             Menubar.
  1785. * message:                              The Echo Area.
  1786. * message-log-max:                      The Echo Area.
  1787. * meta character key constants:         Changing Key Bindings.
  1788. * meta character printing:              Describing Characters.
  1789. * meta characters:                      Character Type.
  1790. * meta-prefix-char:                     Functions for Key Lookup.
  1791. * min:                                  Comparison of Numbers.
  1792. * minibuffer:                           Minibuffers.
  1793. * minibuffer history:                   Minibuffer History.
  1794. * minibuffer input:                     Recursive Editing.
  1795. * minibuffer window:                    Cyclic Window Ordering.
  1796. * minibuffer-complete:                  Completion Commands.
  1797. * minibuffer-complete-and-exit:         Completion Commands.
  1798. * minibuffer-complete-word:             Completion Commands.
  1799. * minibuffer-completion-confirm:        Completion Commands.
  1800. * minibuffer-completion-help:           Completion Commands.
  1801. * minibuffer-completion-predicate:      Completion Commands.
  1802. * minibuffer-completion-table:          Completion Commands.
  1803. * minibuffer-depth:                     Minibuffer Misc.
  1804. * minibuffer-exit-hook:                 Minibuffer Misc.
  1805. * minibuffer-help-form:                 Minibuffer Misc.
  1806. * minibuffer-history:                   Minibuffer History.
  1807. * minibuffer-local-completion-map <1>:  Completion Commands.
  1808. * minibuffer-local-completion-map:      Standard Keymaps.
  1809. * minibuffer-local-isearch-map:         Standard Keymaps.
  1810. * minibuffer-local-map <1>:             Text from Minibuffer.
  1811. * minibuffer-local-map:                 Standard Keymaps.
  1812. * minibuffer-local-must-match-map <1>:  Standard Keymaps.
  1813. * minibuffer-local-must-match-map:      Completion Commands.
  1814. * minibuffer-local-ns-map:              Text from Minibuffer.
  1815. * minibuffer-prompt:                    Minibuffer Misc.
  1816. * minibuffer-prompt-width:              Minibuffer Misc.
  1817. * minibuffer-scroll-window:             Minibuffer Misc.
  1818. * minibuffer-setup-hook:                Minibuffer Misc.
  1819. * minibuffer-window:                    Minibuffer Misc.
  1820. * minibuffer-window-active-p:           Minibuffer Misc.
  1821. * minimum window size:                  Resizing Windows.
  1822. * minor mode:                           Minor Modes.
  1823. * minor mode conventions:               Minor Mode Conventions.
  1824. * minor-mode-alist:                     Modeline Variables.
  1825. * minor-mode-key-binding:               Functions for Key Lookup.
  1826. * minor-mode-map-alist:                 Active Keymaps.
  1827. * misc-user-event-p:                    Event Predicates.
  1828. * mod:                                  Arithmetic Operations.
  1829. * mode:                                 Modes.
  1830. * mode help:                            Mode Help.
  1831. * mode hook:                            Major Mode Conventions.
  1832. * mode loading:                         Major Mode Conventions.
  1833. * mode variable:                        Minor Mode Conventions.
  1834. * mode-name:                            Modeline Variables.
  1835. * mode-popup-menu:                      Pop-Up Menus.
  1836. * mode-specific-map <1>:                Standard Keymaps.
  1837. * mode-specific-map:                    Prefix Keys.
  1838. * modeline:                             Modeline Format.
  1839. * modeline construct:                   Modeline Data.
  1840. * modeline-buffer-identification:       Modeline Variables.
  1841. * modeline-format:                      Modeline Data.
  1842. * modeline-map:                         Standard Keymaps.
  1843. * modeline-modified:                    Modeline Variables.
  1844. * modeline-process:                     Modeline Variables.
  1845. * modification flag (of buffer):        Buffer Modification.
  1846. * modification of lists:                Rearrangement.
  1847. * modification time, comparison of:     Modification Time.
  1848. * modify-frame-parameters:              Parameter Access.
  1849. * modify-syntax-entry:                  Syntax Table Functions.
  1850. * modulus:                              Arithmetic Operations.
  1851. * momentary-string-display:             Temporary Displays.
  1852. * motion-event-p:                       Event Predicates.
  1853. * mouse-highlight-priority:             Extents and Events.
  1854. * move-marker:                          Changing Markers.
  1855. * move-to-column:                       Columns.
  1856. * move-to-left-margin:                  Margins.
  1857. * move-to-window-line:                  Screen Lines.
  1858. * MS-DOS and file modes:                Changing File Attributes.
  1859. * MS-DOS file types:                    Files and MS-DOS.
  1860. * multiple windows:                     Basic Windows.
  1861. * named function:                       Function Names.
  1862. * NaN:                                  Float Basics.
  1863. * narrow-to-page:                       Narrowing.
  1864. * narrow-to-region:                     Narrowing.
  1865. * narrowing:                            Narrowing.
  1866. * natnum-specifier-p:                   Specifier Types.
  1867. * natnump:                              Predicates on Numbers.
  1868. * natural numbers:                      Predicates on Numbers.
  1869. * nconc:                                Rearrangement.
  1870. * negative infinity:                    Float Basics.
  1871. * negative-argument:                    Prefix Command Arguments.
  1872. * network connection:                   Network.
  1873. * new file message:                     Subroutines of Visiting.
  1874. * newline <1>:                          Character Type.
  1875. * newline:                              Commands for Insertion.
  1876. * newline and Auto Fill mode:           Commands for Insertion.
  1877. * newline in print:                     Output Functions.
  1878. * newline in strings:                   String Type.
  1879. * newline-and-indent:                   Mode-Specific Indent.
  1880. * next input:                           Peeking and Discarding.
  1881. * next-command-event:                   Reading One Event.
  1882. * next-event:                           Reading One Event.
  1883. * next-extent:                          Finding Extents.
  1884. * next-frame:                           Finding All Frames.
  1885. * next-history-element:                 Minibuffer Misc.
  1886. * next-matching-history-element:        Minibuffer Misc.
  1887. * next-property-change:                 Property Search.
  1888. * next-screen-context-lines:            Vertical Scrolling.
  1889. * next-single-property-change:          Property Search.
  1890. * next-window:                          Cyclic Window Ordering.
  1891. * nil:                                  Constant Variables.
  1892. * nlistp:                               List-related Predicates.
  1893. * no-catch:                             Catch and Throw.
  1894. * no-redraw-on-reenter:                 Refresh Screen.
  1895. * nondirectory part (of file name):     File Name Components.
  1896. * noninteractive:                       Batch Mode.
  1897. * noninteractive use:                   Batch Mode.
  1898. * nonlocal exits:                       Nonlocal Exits.
  1899. * nonprinting characters, reading:      Quoted Character Input.
  1900. * normal-mode:                          Auto Major Mode.
  1901. * not:                                  Combining Conditions.
  1902. * not-modified:                         Buffer Modification.
  1903. * nreverse:                             Rearrangement.
  1904. * nth:                                  List Elements.
  1905. * nthcdr:                               List Elements.
  1906. * null:                                 List-related Predicates.
  1907. * number equality:                      Comparison of Numbers.
  1908. * number-or-marker-p:                   Predicates on Markers.
  1909. * number-to-string:                     String Conversion.
  1910. * numberp:                              Predicates on Numbers.
  1911. * numbers:                              Numbers.
  1912. * numeric prefix:                       Formatting Strings.
  1913. * numeric prefix argument:              Prefix Command Arguments.
  1914. * numeric prefix argument usage:        Interactive Codes.
  1915. * obarray:                              Creating Symbols.
  1916. * obarray in completion:                Basic Completion.
  1917. * objc-mode-map:                        Standard Keymaps.
  1918. * object:                               Lisp Data Types.
  1919. * object internals:                     Object Internals.
  1920. * object to string:                     Output Functions.
  1921. * oblique:                              Font Instance Characteristics.
  1922. * obsolete buffer:                      Modification Time.
  1923. * occur-mode-map:                       Standard Keymaps.
  1924. * octal character code:                 Character Type.
  1925. * octal character input:                Quoted Character Input.
  1926. * one-window-p:                         Splitting Windows.
  1927. * only-global-abbrevs:                  Defining Abbrevs.
  1928. * open-dribble-file:                    Recording Input.
  1929. * open-network-stream:                  Network.
  1930. * open-termscript:                      Terminal Output.
  1931. * operating system environment:         System Environment.
  1932. * option descriptions:                  A Sample Variable Description.
  1933. * optional arguments:                   Argument List.
  1934. * options on command line:              Command Line Arguments.
  1935. * or:                                   Combining Conditions.
  1936. * order of extents:                     Extent Endpoints.
  1937. * ordering of windows, cyclic:          Cyclic Window Ordering.
  1938. * other-buffer:                         The Buffer List.
  1939. * other-window:                         Cyclic Window Ordering.
  1940. * other-window-scroll-buffer:           Vertical Scrolling.
  1941. * Outline mode:                         Substitution.
  1942. * output from processes:                Output from Processes.
  1943. * output stream:                        Output Streams.
  1944. * outside margin:                       Annotation Basics.
  1945. * overflow:                             Integer Basics.
  1946. * overlay arrow:                        Overlay Arrow.
  1947. * overlay-arrow-position:               Overlay Arrow.
  1948. * overlay-arrow-string:                 Overlay Arrow.
  1949. * overriding-local-map <1>:             Active Keymaps.
  1950. * overriding-local-map:                 Standard Keymaps.
  1951. * overriding-local-map-menu-flag:       Active Keymaps.
  1952. * overwrite-mode:                       Commands for Insertion.
  1953. * padding:                              Formatting Strings.
  1954. * page-delimiter:                       Standard Regexps.
  1955. * paragraph-separate:                   Standard Regexps.
  1956. * paragraph-start:                      Standard Regexps.
  1957. * parent of a keymap:                   Inheritance and Keymaps.
  1958. * parent process:                       Processes.
  1959. * parenthesis:                          Cons Cell Type.
  1960. * parenthesis depth:                    Parsing Expressions.
  1961. * parenthesis matching:                 Blinking.
  1962. * parenthesis syntax:                   Syntax Class Table.
  1963. * parse state:                          Parsing Expressions.
  1964. * parse-partial-sexp:                   Parsing Expressions.
  1965. * parse-sexp-ignore-comments:           Parsing Expressions.
  1966. * parsing:                              Syntax Tables.
  1967. * partial files:                        Partial Files.
  1968. * path-separator:                       System Environment.
  1969. * pausing:                              Waiting.
  1970. * peculiar error:                       Error Symbols.
  1971. * peeking at input:                     Peeking and Discarding.
  1972. * percent symbol in modeline:           Modeline Data.
  1973. * perform-replace:                      Search and Replace.
  1974. * performance analysis:                 Coverage Testing.
  1975. * permanent local variable:             Creating Buffer-Local.
  1976. * permission:                           File Attributes.
  1977. * persistent breakpoints:               Persistent Breakpoints.
  1978. * pipes:                                Asynchronous Processes.
  1979. * pixmap type:                          Pixmap Type.
  1980. * play-sound:                           Beeping.
  1981. * play-sound-file:                      Beeping.
  1982. * plist:                                Property Lists.
  1983. * plist-get:                            Other Plists.
  1984. * plist-put:                            Other Plists.
  1985. * point:                                Point.
  1986. * point excursion:                      Excursions.
  1987. * point in Edebug buffer:               Outside Window Configuration.
  1988. * point in window:                      Window Point.
  1989. * point with narrowing:                 Point.
  1990. * point-marker:                         Creating Markers.
  1991. * point-max:                            Point.
  1992. * point-max-marker:                     Creating Markers.
  1993. * point-min:                            Point.
  1994. * point-min-marker:                     Creating Markers.
  1995. * pop-mark:                             The Mark.
  1996. * pop-to-buffer:                        Displaying Buffers.
  1997. * pop-up menu:                          Pop-Up Menus.
  1998. * pop-up-frame-alist:                   Choosing Window.
  1999. * pop-up-frame-function:                Choosing Window.
  2000. * pop-up-frames:                        Choosing Window.
  2001. * pop-up-windows:                       Choosing Window.
  2002. * popup-buffer-menu:                    Pop-Up Menus.
  2003. * popup-dialog-box:                     Dialog Box Functions.
  2004. * popup-menu:                           Pop-Up Menus.
  2005. * popup-menu-titles:                    Pop-Up Menus.
  2006. * popup-menu-up-p:                      Pop-Up Menus.
  2007. * popup-menubar-menu:                   Pop-Up Menus.
  2008. * popup-mode-menu:                      Pop-Up Menus.
  2009. * pos-visible-in-window-p:              Window Start.
  2010. * position (in buffer):                 Positions.
  2011. * position argument:                    Interactive Codes.
  2012. * position in window:                   Window Point.
  2013. * position of frame:                    Size and Position.
  2014. * position of window:                   Position of Window.
  2015. * positive infinity:                    Float Basics.
  2016. * posix-looking-at:                     POSIX Regexps.
  2017. * posix-search-backward:                POSIX Regexps.
  2018. * posix-search-forward:                 POSIX Regexps.
  2019. * posix-string-match:                   POSIX Regexps.
  2020. * post-command-hook:                    Command Overview.
  2021. * pre-abbrev-expand-hook:               Abbrev Expansion.
  2022. * pre-command-hook:                     Command Overview.
  2023. * preceding-char:                       Near Point.
  2024. * predicates:                           Type Predicates.
  2025. * prefix argument:                      Prefix Command Arguments.
  2026. * prefix argument unreading:            Peeking and Discarding.
  2027. * prefix command:                       Prefix Keys.
  2028. * prefix key:                           Prefix Keys.
  2029. * prefix-arg:                           Prefix Command Arguments.
  2030. * prefix-help-command:                  Help Functions.
  2031. * prefix-numeric-value:                 Prefix Command Arguments.
  2032. * preventing prefix key:                Key Lookup.
  2033. * previous complete subexpression:      Parsing Expressions.
  2034. * previous-extent:                      Finding Extents.
  2035. * previous-frame:                       Finding All Frames.
  2036. * previous-history-element:             Minibuffer Misc.
  2037. * previous-matching-history-element:    Minibuffer Misc.
  2038. * previous-property-change:             Property Search.
  2039. * previous-single-property-change:      Property Search.
  2040. * previous-window:                      Cyclic Window Ordering.
  2041. * primitive:                            What Is a Function.
  2042. * primitive function internals:         Writing XEmacs Primitives.
  2043. * primitive type:                       Lisp Data Types.
  2044. * primitive-undo:                       Undo.
  2045. * prin1:                                Output Functions.
  2046. * prin1-to-string:                      Output Functions.
  2047. * princ:                                Output Functions.
  2048. * print:                                Output Functions.
  2049. * print example:                        Output Streams.
  2050. * print name cell:                      Symbol Components.
  2051. * print-escape-newlines:                Output Variables.
  2052. * print-help-return-message:            Help Functions.
  2053. * print-length:                         Output Variables.
  2054. * print-level:                          Output Variables.
  2055. * printed representation:               Printed Representation.
  2056. * printed representation for characters: Character Type.
  2057. * printing:                             Streams Intro.
  2058. * printing circular structures:         Printing.
  2059. * printing limits:                      Output Variables.
  2060. * printing notation:                    Printing Notation.
  2061. * priority of an extent:                Intro to Extents.
  2062. * process:                              Processes.
  2063. * process filter:                       Filter Functions.
  2064. * process input:                        Input to Processes.
  2065. * process internals:                    Process Internals.
  2066. * process output:                       Output from Processes.
  2067. * process sentinel:                     Sentinels.
  2068. * process signals:                      Signals to Processes.
  2069. * process window size:                  Process Window Size.
  2070. * process-buffer:                       Process Buffers.
  2071. * process-command:                      Process Information.
  2072. * process-connection-type:              Asynchronous Processes.
  2073. * process-environment:                  System Environment.
  2074. * process-event-p:                      Event Predicates.
  2075. * process-exit-status:                  Process Information.
  2076. * process-filter:                       Filter Functions.
  2077. * process-id:                           Process Information.
  2078. * process-kill-without-query:           Deleting Processes.
  2079. * process-kill-without-query-p:         Process Information.
  2080. * process-list:                         Process Information.
  2081. * process-mark:                         Process Buffers.
  2082. * process-name:                         Process Information.
  2083. * process-send-eof:                     Input to Processes.
  2084. * process-send-region:                  Input to Processes.
  2085. * process-send-string:                  Input to Processes.
  2086. * process-sentinel:                     Sentinels.
  2087. * process-status:                       Process Information.
  2088. * process-tty-name:                     Process Information.
  2089. * processp:                             Processes.
  2090. * profiling:                            Compilation Tips.
  2091. * prog1:                                Sequencing.
  2092. * prog2:                                Sequencing.
  2093. * progn:                                Sequencing.
  2094. * program arguments:                    Subprocess Creation.
  2095. * program directories:                  Subprocess Creation.
  2096. * programmed completion:                Programmed Completion.
  2097. * programming types:                    Programming Types.
  2098. * properties of text:                   Text Properties.
  2099. * property list:                        Property Lists.
  2100. * property list cell:                   Symbol Components.
  2101. * property lists vs association lists:  Plists and Alists.
  2102. * property of an extent:                Extent Properties.
  2103. * protected forms:                      Cleanups.
  2104. * provide:                              Named Features.
  2105. * providing features:                   Named Features.
  2106. * pure storage:                         Pure Storage.
  2107. * pure-bytes-used:                      Pure Storage.
  2108. * purecopy:                             Pure Storage.
  2109. * purify-flag:                          Pure Storage.
  2110. * push-mark:                            The Mark.
  2111. * put:                                  Symbol Plists.
  2112. * put-text-property:                    Changing Properties.
  2113. * query-replace-history:                Minibuffer History.
  2114. * query-replace-map <1>:                Search and Replace.
  2115. * query-replace-map:                    Standard Keymaps.
  2116. * querying the user:                    Yes-or-No Queries.
  2117. * question mark in character constant:  Character Type.
  2118. * quietly-read-abbrev-file:             Abbrev Files.
  2119. * quit-flag:                            Quitting.
  2120. * quit-process:                         Signals to Processes.
  2121. * quitting:                             Quitting.
  2122. * quitting from infinite loop:          Infinite Loops.
  2123. * quote:                                Quoting.
  2124. * quote character:                      Parsing Expressions.
  2125. * quoted character input:               Quoted Character Input.
  2126. * quoting:                              Quoting.
  2127. * quoting characters in printing:       Output Functions.
  2128. * quoting using apostrophe:             Quoting.
  2129. * raise-frame:                          Raising and Lowering.
  2130. * raising a frame:                      Raising and Lowering.
  2131. * random:                               Random Numbers.
  2132. * random numbers:                       Random Numbers.
  2133. * rassoc:                               Association Lists.
  2134. * rassq:                                Association Lists.
  2135. * raw prefix argument:                  Prefix Command Arguments.
  2136. * raw prefix argument usage:            Interactive Codes.
  2137. * re-search-backward:                   Regexp Search.
  2138. * re-search-forward:                    Regexp Search.
  2139. * read:                                 Input Functions.
  2140. * read command name:                    Interactive Call.
  2141. * read syntax:                          Printed Representation.
  2142. * read syntax for characters:           Character Type.
  2143. * read-buffer:                          High-Level Completion.
  2144. * read-char:                            Reading One Event.
  2145. * read-command:                         High-Level Completion.
  2146. * read-expression-history:              Minibuffer History.
  2147. * read-expression-map:                  Standard Keymaps.
  2148. * read-file-name:                       Reading File Names.
  2149. * read-from-minibuffer:                 Text from Minibuffer.
  2150. * read-from-string:                     Input Functions.
  2151. * read-key-sequence:                    Key Sequence Input.
  2152. * read-minibuffer:                      Object from Minibuffer.
  2153. * read-no-blanks-input:                 Text from Minibuffer.
  2154. * read-only buffer:                     Read Only Buffers.
  2155. * read-only buffers in interactive:     Using Interactive.
  2156. * read-quoted-char:                     Quoted Character Input.
  2157. * read-shell-command-map:               Standard Keymaps.
  2158. * read-string:                          Text from Minibuffer.
  2159. * read-variable:                        High-Level Completion.
  2160. * reading:                              Streams Intro.
  2161. * reading interactive arguments:        Interactive Codes.
  2162. * reading symbols:                      Creating Symbols.
  2163. * rearrangement of lists:               Rearrangement.
  2164. * rebinding:                            Changing Key Bindings.
  2165. * receiving ToolTalk messages:          Receiving Messages.
  2166. * recent-auto-save-p:                   Auto-Saving.
  2167. * recent-keys:                          Recording Input.
  2168. * recenter:                             Vertical Scrolling.
  2169. * record command history:               Interactive Call.
  2170. * recursion:                            Iteration.
  2171. * recursion-depth:                      Recursive Editing.
  2172. * recursive command loop:               Recursive Editing.
  2173. * recursive editing level:              Recursive Editing.
  2174. * recursive evaluation:                 Intro Eval.
  2175. * recursive-edit:                       Recursive Editing.
  2176. * redo:                                 Undo.
  2177. * redraw-display:                       Refresh Screen.
  2178. * redraw-frame:                         Refresh Screen.
  2179. * redraw-modeline:                      Modeline Format.
  2180. * refresh display:                      Refresh Screen.
  2181. * regexp:                               Regular Expressions.
  2182. * regexp alternative:                   Syntax of Regexps.
  2183. * regexp grouping:                      Syntax of Regexps.
  2184. * regexp searching:                     Regexp Search.
  2185. * regexp-history:                       Minibuffer History.
  2186. * regexp-quote:                         Syntax of Regexps.
  2187. * regexps used standardly in editing:   Standard Regexps.
  2188. * region argument:                      Interactive Codes.
  2189. * region, the:                          The Region.
  2190. * region-beginning:                     The Region.
  2191. * region-end:                           The Region.
  2192. * register-alist:                       Registers.
  2193. * register-tooltalk-pattern:            Elisp Interface for Receiving Messages.
  2194. * registers:                            Registers.
  2195. * regular expression:                   Regular Expressions.
  2196. * regular expression searching:         Regexp Search.
  2197. * regular expressions:                  Specification List.
  2198. * reindent-then-newline-and-indent:     Mode-Specific Indent.
  2199. * relabel-menu-item:                    Modifying Menus.
  2200. * relative file name:                   Relative File Names.
  2201. * remainder:                            Arithmetic Operations.
  2202. * remove-hook:                          Hooks.
  2203. * remove-specifier:                     Other Specification Functions.
  2204. * remove-text-properties:               Changing Properties.
  2205. * rename-auto-save-file:                Auto-Saving.
  2206. * rename-buffer:                        Buffer Names.
  2207. * rename-file:                          Changing File Attributes.
  2208. * renaming files:                       Changing File Attributes.
  2209. * repeated loading:                     Repeated Loading.
  2210. * replace bindings:                     Changing Key Bindings.
  2211. * replace characters:                   Substitution.
  2212. * replace-buffer-in-windows:            Displaying Buffers.
  2213. * replace-match:                        Replacing Match.
  2214. * replacement:                          Search and Replace.
  2215. * require:                              Named Features.
  2216. * require-final-newline:                Saving Buffers.
  2217. * requiring features:                   Named Features.
  2218. * resize redisplay:                     Size and Position.
  2219. * rest arguments:                       Argument List.
  2220. * restriction (in a buffer):            Narrowing.
  2221. * resume (cf. no-redraw-on-reenter):    Refresh Screen.
  2222. * return:                               Character Type.
  2223. * return-tooltalk-message:              Elisp Interface for Sending Messages.
  2224. * reverse:                              Building Lists.
  2225. * reversing a list:                     Rearrangement.
  2226. * revert-buffer:                        Reverting.
  2227. * revert-buffer-function:               Reverting.
  2228. * revert-buffer-insert-file-contents-function: Reverting.
  2229. * right-toolbar:                        Specifying the Toolbar.
  2230. * right-toolbar-width:                  Other Toolbar Variables.
  2231. * rm:                                   Changing File Attributes.
  2232. * round:                                Numeric Conversions.
  2233. * rounding in conversions:              Numeric Conversions.
  2234. * rounding without conversion:          Rounding Operations.
  2235. * rplaca:                               Modifying Lists.
  2236. * rplacd:                               Modifying Lists.
  2237. * run time stack:                       Internals of Debugger.
  2238. * run-hooks:                            Hooks.
  2239. * same-window-buffer-names:             Choosing Window.
  2240. * same-window-regexps:                  Choosing Window.
  2241. * save-abbrevs:                         Abbrev Files.
  2242. * save-buffer:                          Saving Buffers.
  2243. * save-excursion <1>:                   Excursions.
  2244. * save-excursion:                       Outside Window Configuration.
  2245. * save-match-data:                      Saving Match Data.
  2246. * save-restriction:                     Narrowing.
  2247. * save-selected-window:                 Selecting Windows.
  2248. * save-some-buffers:                    Saving Buffers.
  2249. * save-window-excursion:                Window Configurations.
  2250. * saving text properties:               Saving Properties.
  2251. * saving window information:            Window Configurations.
  2252. * scan-lists:                           Parsing Expressions.
  2253. * scan-sexps:                           Parsing Expressions.
  2254. * scope:                                Variable Scoping.
  2255. * screen layout:                        Window Configuration Type.
  2256. * scroll-down:                          Vertical Scrolling.
  2257. * scroll-left:                          Horizontal Scrolling.
  2258. * scroll-other-window:                  Vertical Scrolling.
  2259. * scroll-right:                         Horizontal Scrolling.
  2260. * scroll-step:                          Vertical Scrolling.
  2261. * scroll-up:                            Vertical Scrolling.
  2262. * scrollbars:                           Scrollbars.
  2263. * scrolling vertically:                 Vertical Scrolling.
  2264. * search-backward:                      String Search.
  2265. * search-failed:                        String Search.
  2266. * search-forward:                       String Search.
  2267. * searching:                            Searching and Matching.
  2268. * searching and case:                   Searching and Case.
  2269. * searching for regexp:                 Regexp Search.
  2270. * select-device:                        The Selected Device.
  2271. * select-frame:                         Input Focus.
  2272. * select-frame-hook:                    Frame Hooks.
  2273. * select-window:                        Selecting Windows.
  2274. * selected frame:                       Input Focus.
  2275. * selected window:                      Basic Windows.
  2276. * selected-device:                      The Selected Device.
  2277. * selected-frame:                       Input Focus.
  2278. * selected-window:                      Selecting Windows.
  2279. * selecting a buffer:                   Current Buffer.
  2280. * selecting windows:                    Selecting Windows.
  2281. * selection (for X windows):            X Selections.
  2282. * selective display:                    Selective Display.
  2283. * selective-display:                    Selective Display.
  2284. * selective-display-ellipses:           Selective Display.
  2285. * self-evaluating form:                 Self-Evaluating Forms.
  2286. * self-insert-and-exit:                 Minibuffer Misc.
  2287. * self-insert-command:                  Commands for Insertion.
  2288. * self-insertion:                       Commands for Insertion.
  2289. * send-string-to-terminal:              Terminal Output.
  2290. * send-tooltalk-message:                Elisp Interface for Sending Messages.
  2291. * sending signals:                      Signals to Processes.
  2292. * sending ToolTalk messages:            Sending Messages.
  2293. * sentence-end:                         Standard Regexps.
  2294. * sentinel:                             Sentinels.
  2295. * sequence:                             Sequences Arrays Vectors.
  2296. * sequence length:                      Sequence Functions.
  2297. * sequencep:                            Sequence Functions.
  2298. * set:                                  Setting Variables.
  2299. * set-annotation-action:                Annotation Primitives.
  2300. * set-annotation-data:                  Annotation Primitives.
  2301. * set-annotation-face:                  Annotation Primitives.
  2302. * set-annotation-glyph:                 Annotation Primitives.
  2303. * set-annotation-layout:                Annotation Primitives.
  2304. * set-auto-mode:                        Auto Major Mode.
  2305. * set-buffer:                           Current Buffer.
  2306. * set-buffer-auto-saved:                Auto-Saving.
  2307. * set-buffer-left-margin-width:         Margin Primitives.
  2308. * set-buffer-major-mode:                Auto Major Mode.
  2309. * set-buffer-menubar:                   Menubar.
  2310. * set-buffer-modified-p:                Buffer Modification.
  2311. * set-buffer-right-margin-width:        Margin Primitives.
  2312. * set-case-syntax:                      Case Table.
  2313. * set-case-syntax-delims:               Case Table.
  2314. * set-case-syntax-pair:                 Case Table.
  2315. * set-case-table:                       Case Table.
  2316. * set-default:                          Default Value.
  2317. * set-default-file-modes:               Changing File Attributes.
  2318. * set-default-toolbar-position:         Specifying the Toolbar.
  2319. * set-device-baud-rate:                 Device Input.
  2320. * set-device-function-keymap:           Device Input.
  2321. * set-device-type-image-conversion-list: Image Instantiator Conversion.
  2322. * set-extent-begin-glyph:               Extent Properties.
  2323. * set-extent-end-glyph:                 Extent Properties.
  2324. * set-extent-endpoints:                 Extent Endpoints.
  2325. * set-extent-face:                      Extent Properties.
  2326. * set-extent-layout:                    Extent Properties.
  2327. * set-extent-priority:                  Extent Properties.
  2328. * set-extent-property:                  Extent Properties.
  2329. * set-face-background:                  Face Convenience Functions.
  2330. * set-face-background-pixmap:           Face Convenience Functions.
  2331. * set-face-font:                        Face Convenience Functions.
  2332. * set-face-foreground:                  Face Convenience Functions.
  2333. * set-face-property:                    Face Properties.
  2334. * set-face-underline-p:                 Face Convenience Functions.
  2335. * set-file-modes:                       Changing File Attributes.
  2336. * set-frame-position:                   Size and Position.
  2337. * set-frame-size:                       Size and Position.
  2338. * set-glyph-baseline:                   Glyph Convenience Functions.
  2339. * set-glyph-contrib-p:                  Glyph Convenience Functions.
  2340. * set-glyph-image:                      Glyph Convenience Functions.
  2341. * set-glyph-property:                   Glyph Properties.
  2342. * set-image-instance-hotspot:           Image Instances.
  2343. * set-input-mode:                       Input Modes.
  2344. * set-keymap-parents:                   Inheritance and Keymaps.
  2345. * set-left-margin:                      Margins.
  2346. * set-mark:                             The Mark.
  2347. * set-marker:                           Changing Markers.
  2348. * set-match-data:                       Entire Match Data.
  2349. * set-menubar:                          Menubar.
  2350. * set-menubar-dirty-flag:               Menubar.
  2351. * set-process-buffer:                   Process Buffers.
  2352. * set-process-filter:                   Filter Functions.
  2353. * set-process-sentinel:                 Sentinels.
  2354. * set-process-window-size:              Process Window Size.
  2355. * set-register:                         Registers.
  2356. * set-right-margin:                     Margins.
  2357. * set-specifier:                        Adding Specifications.
  2358. * set-standard-case-table:              Case Table.
  2359. * set-string-extent-data:               Extent Replicas.
  2360. * set-syntax-table:                     Syntax Table Functions.
  2361. * set-text-properties:                  Changing Properties.
  2362. * set-tooltalk-message-attribute:       Elisp Interface for Sending Messages.
  2363. * set-visited-file-modtime:             Modification Time.
  2364. * set-visited-file-name:                Buffer File Name.
  2365. * set-window-buffer:                    Buffers and Windows.
  2366. * set-window-buffer-dedicated:          Choosing Window.
  2367. * set-window-configuration:             Window Configurations.
  2368. * set-window-dedicated-p:               Choosing Window.
  2369. * set-window-hscroll:                   Horizontal Scrolling.
  2370. * set-window-point:                     Window Point.
  2371. * set-window-start:                     Window Start.
  2372. * setcar:                               Setcar.
  2373. * setcdr:                               Setcdr.
  2374. * setenv:                               System Environment.
  2375. * setplist:                             Symbol Plists.
  2376. * setprv:                               System Environment.
  2377. * setq:                                 Setting Variables.
  2378. * setq-default:                         Default Value.
  2379. * sets:                                 Sets And Lists.
  2380. * setting modes of files:               Changing File Attributes.
  2381. * setting-constant:                     Constant Variables.
  2382. * sexp motion:                          List Motion.
  2383. * shadowing of variables:               Local Variables.
  2384. * shallow binding:                      Impl of Scope.
  2385. * shared-lisp-mode-map:                 Standard Keymaps.
  2386. * Shell mode modeline-format:           Modeline Data.
  2387. * shell-command-history:                Minibuffer History.
  2388. * shrink-window:                        Resizing Windows.
  2389. * shrink-window-horizontally:           Resizing Windows.
  2390. * side effect:                          Intro Eval.
  2391. * signal:                               Signaling Errors.
  2392. * signal-process:                       Signals to Processes.
  2393. * signaling errors:                     Signaling Errors.
  2394. * signals:                              Signals to Processes.
  2395. * sin:                                  Math Functions.
  2396. * single-key-description:               Describing Characters.
  2397. * sit-for:                              Waiting.
  2398. * site-run-file:                        Init File.
  2399. * size of frame:                        Size and Position.
  2400. * size of window:                       Size of Window.
  2401. * skip-chars-backward:                  Skipping Characters.
  2402. * skip-chars-forward:                   Skipping Characters.
  2403. * skip-syntax-backward:                 Motion and Syntax.
  2404. * skip-syntax-forward:                  Motion and Syntax.
  2405. * skipping characters:                  Skipping Characters.
  2406. * skipping comments:                    Parsing Expressions.
  2407. * sleep-for:                            Waiting.
  2408. * Snarf-documentation:                  Accessing Documentation.
  2409. * sort:                                 Rearrangement.
  2410. * sort-columns:                         Sorting.
  2411. * sort-fields:                          Sorting.
  2412. * sort-lines:                           Sorting.
  2413. * sort-numeric-fields:                  Sorting.
  2414. * sort-pages:                           Sorting.
  2415. * sort-paragraphs:                      Sorting.
  2416. * sort-regexp-fields:                   Sorting.
  2417. * sort-subr:                            Sorting.
  2418. * sorting lists:                        Rearrangement.
  2419. * sorting text:                         Sorting.
  2420. * sound:                                Beeping.
  2421. * sound-alist:                          Beeping.
  2422. * special form descriptions:            A Sample Function Description.
  2423. * special form evaluation:              Special Forms.
  2424. * special forms <1>:                    Primitive Function Type.
  2425. * special forms:                        Instrumenting.
  2426. * special forms for control structures: Control Structures.
  2427. * special-display-buffer-names:         Choosing Window.
  2428. * special-display-frame-alist:          Choosing Window.
  2429. * special-display-function:             Choosing Window.
  2430. * special-display-popup-frame:          Choosing Window.
  2431. * special-display-regexps:              Choosing Window.
  2432. * specifier-fallback:                   Retrieving Specifications.
  2433. * specifier-instance:                   Specifier Instancing Functions.
  2434. * specifier-instance-from-inst-list:    Specifier Instancing Functions.
  2435. * specifier-locale-type-from-locale:    Other Specification Functions.
  2436. * specifier-spec-list:                  Retrieving Specifications.
  2437. * specifier-specs:                      Retrieving Specifications.
  2438. * specifier-tag-list:                   Specifier Tag Functions.
  2439. * specifier-tag-predicate:              Specifier Tag Functions.
  2440. * specifier-type:                       Specifier Types.
  2441. * specifierp:                           Specifiers.
  2442. * specifiers:                           Specifiers.
  2443. * speedups:                             Compilation Tips.
  2444. * splicing (with backquote):            Backquote.
  2445. * split-height-threshold:               Choosing Window.
  2446. * split-line:                           Commands for Insertion.
  2447. * split-window:                         Splitting Windows.
  2448. * split-window-horizontally:            Splitting Windows.
  2449. * split-window-vertically:              Splitting Windows.
  2450. * splitting windows:                    Splitting Windows.
  2451. * sqrt:                                 Math Functions.
  2452. * stable sort:                          Rearrangement.
  2453. * standard regexps used in editing:     Standard Regexps.
  2454. * standard-case-table:                  Case Table.
  2455. * standard-input:                       Input Functions.
  2456. * standard-output:                      Output Variables.
  2457. * standard-syntax-table:                Standard Syntax Tables.
  2458. * standards of coding style:            Tips.
  2459. * start up of XEmacs:                   Start-up Summary.
  2460. * start-process:                        Asynchronous Processes.
  2461. * start-process-shell-command:          Asynchronous Processes.
  2462. * stop points:                          Using Edebug.
  2463. * stop-process:                         Signals to Processes.
  2464. * stopping an infinite loop:            Infinite Loops.
  2465. * stopping on events:                   Global Break Condition.
  2466. * store-match-data:                     Entire Match Data.
  2467. * stream (for printing):                Output Streams.
  2468. * stream (for reading):                 Input Streams.
  2469. * string equality:                      Text Comparison.
  2470. * string in keymap:                     Key Lookup.
  2471. * string input stream:                  Input Streams.
  2472. * string length:                        Sequence Functions.
  2473. * string search:                        String Search.
  2474. * string to character:                  String Conversion.
  2475. * string to number:                     String Conversion.
  2476. * string to object:                     Input Functions.
  2477. * string, writing a doc string:         Documentation Basics.
  2478. * string-equal:                         Text Comparison.
  2479. * string-extent-data:                   Extent Replicas.
  2480. * string-lessp:                         Text Comparison.
  2481. * string-match:                         Regexp Search.
  2482. * string-to-char:                       String Conversion.
  2483. * string-to-int:                        String Conversion.
  2484. * string-to-number:                     String Conversion.
  2485. * string<:                              Text Comparison.
  2486. * string=:                              Text Comparison.
  2487. * stringp:                              Predicates for Strings.
  2488. * strings:                              Strings and Characters.
  2489. * strings, formatting them:             Formatting Strings.
  2490. * subprocess:                           Processes.
  2491. * subr:                                 What Is a Function.
  2492. * subrp:                                What Is a Function.
  2493. * subst-char-in-region:                 Substitution.
  2494. * substitute-command-keys:              Keys in Documentation.
  2495. * substitute-in-file-name:              File Name Expansion.
  2496. * substitute-key-definition:            Changing Key Bindings.
  2497. * substituting keys in documentation:   Keys in Documentation.
  2498. * substring:                            Creating Strings.
  2499. * super characters:                     Character Type.
  2500. * super-apropos:                        Help Functions.
  2501. * suppress-keymap:                      Changing Key Bindings.
  2502. * suspend (cf. no-redraw-on-reenter):   Refresh Screen.
  2503. * suspend evaluation:                   Recursive Editing.
  2504. * suspend-emacs:                        Suspending XEmacs.
  2505. * suspend-hook:                         Suspending XEmacs.
  2506. * suspend-resume-hook:                  Suspending XEmacs.
  2507. * suspending XEmacs:                    Suspending XEmacs.
  2508. * switch-to-buffer:                     Displaying Buffers.
  2509. * switch-to-buffer-other-window:        Displaying Buffers.
  2510. * switches on command line:             Command Line Arguments.
  2511. * switching to a buffer:                Displaying Buffers.
  2512. * symbol:                               Symbols.
  2513. * symbol components:                    Symbol Components.
  2514. * symbol equality:                      Creating Symbols.
  2515. * symbol evaluation:                    Symbol Forms.
  2516. * symbol function indirection:          Function Indirection.
  2517. * symbol in keymap:                     Key Lookup.
  2518. * symbol name hashing:                  Creating Symbols.
  2519. * symbol-function:                      Function Cells.
  2520. * symbol-name:                          Creating Symbols.
  2521. * symbol-plist:                         Symbol Plists.
  2522. * symbol-value:                         Accessing Variables.
  2523. * symbolp:                              Symbols.
  2524. * synchronous subprocess:               Synchronous Processes.
  2525. * syntax classes:                       Syntax Descriptors.
  2526. * syntax descriptor:                    Syntax Descriptors.
  2527. * syntax error:                         Backtracking.
  2528. * syntax flags:                         Syntax Flags.
  2529. * syntax for characters:                Character Type.
  2530. * syntax table:                         Syntax Tables.
  2531. * syntax table example:                 Example Major Modes.
  2532. * syntax table internals:               Syntax Table Internals.
  2533. * syntax tables in modes:               Major Mode Conventions.
  2534. * syntax-table:                         Syntax Table Functions.
  2535. * syntax-table-p:                       Syntax Basics.
  2536. * system-configuration:                 System Environment.
  2537. * system-name:                          System Environment.
  2538. * system-type:                          System Environment.
  2539. * t:                                    Constant Variables.
  2540. * tab:                                  Character Type.
  2541. * tab deletion:                         Deletion.
  2542. * tab-stop-list:                        Indent Tabs.
  2543. * tab-to-tab-stop:                      Indent Tabs.
  2544. * tab-width:                            Usual Display.
  2545. * tabs stops for indentation:           Indent Tabs.
  2546. * tag on run time stack:                Catch and Throw.
  2547. * tan:                                  Math Functions.
  2548. * TCP:                                  Network.
  2549. * temacs:                               Building XEmacs.
  2550. * temp-buffer-show-function:            Temporary Displays.
  2551. * term-file-prefix:                     Terminal-Specific.
  2552. * term-setup-hook:                      Terminal-Specific.
  2553. * Termcap:                              Terminal-Specific.
  2554. * terminal frame <1>:                   Basic Windows.
  2555. * terminal frame:                       Frames.
  2556. * terminal input:                       Terminal Input.
  2557. * terminal input modes:                 Input Modes.
  2558. * terminal output:                      Terminal Output.
  2559. * terminal-device:                      Device Types and Classes.
  2560. * terminal-specific initialization:     Terminal-Specific.
  2561. * terminate keyboard macro:             Peeking and Discarding.
  2562. * termscript file:                      Terminal Output.
  2563. * terpri:                               Output Functions.
  2564. * testing types:                        Type Predicates.
  2565. * text:                                 Text.
  2566. * text files and binary files:          Files and MS-DOS.
  2567. * text insertion:                       Insertion.
  2568. * text parsing:                         Syntax Tables.
  2569. * text properties:                      Text Properties.
  2570. * text properties in files:             Saving Properties.
  2571. * text-char-description:                Describing Characters.
  2572. * text-mode-abbrev-table:               Standard Abbrev Tables.
  2573. * text-mode-map:                        Standard Keymaps.
  2574. * text-mode-syntax-table:               Standard Syntax Tables.
  2575. * text-properties-at:                   Examining Properties.
  2576. * text-property-any:                    Property Search.
  2577. * text-property-not-all:                Property Search.
  2578. * this-command:                         Command Loop Info.
  2579. * this-command-keys:                    Command Loop Info.
  2580. * three-step-help:                      Help Functions.
  2581. * throw:                                Catch and Throw.
  2582. * tiled windows:                        Basic Windows.
  2583. * timeout-event-p:                      Event Predicates.
  2584. * timing programs:                      Compilation Tips.
  2585. * tips:                                 Tips.
  2586. * toggle-read-only:                     Read Only Buffers.
  2587. * toolbar:                              Toolbar.
  2588. * toolbar-make-button-list:             Toolbar Descriptor Format.
  2589. * toolbar-map:                          Standard Keymaps.
  2590. * toolbar-specifier-p <1>:              Specifier Types.
  2591. * toolbar-specifier-p:                  Specifying the Toolbar.
  2592. * ToolTalk:                             ToolTalk Support.
  2593. * ToolTalk message:                     Sending Messages.
  2594. * ToolTalk pattern:                     Receiving Messages.
  2595. * top-level:                            Recursive Editing.
  2596. * top-level form:                       Loading.
  2597. * top-toolbar:                          Specifying the Toolbar.
  2598. * top-toolbar-height:                   Other Toolbar Variables.
  2599. * tq-close:                             Transaction Queues.
  2600. * tq-create:                            Transaction Queues.
  2601. * tq-enqueue:                           Transaction Queues.
  2602. * transaction queue:                    Transaction Queues.
  2603. * transcendental functions:             Math Functions.
  2604. * Transient Mark mode:                  The Mark.
  2605. * transient-mark-mode:                  The Mark.
  2606. * translate-region:                     Substitution.
  2607. * translating input events:             Translating Input.
  2608. * transpose-regions:                    Transposition.
  2609. * trim-versions-without-asking:         Numbered Backups.
  2610. * true:                                 nil and t.
  2611. * truename (of file):                   Truenames.
  2612. * truncate:                             Numeric Conversions.
  2613. * truncate-lines:                       Truncation.
  2614. * truncate-partial-width-windows:       Truncation.
  2615. * truncation-glyph:                     Truncation.
  2616. * truth value:                          nil and t.
  2617. * try-completion:                       Basic Completion.
  2618. * two's complement:                     Integer Basics.
  2619. * type:                                 Lisp Data Types.
  2620. * type checking:                        Type Predicates.
  2621. * type checking internals:              Object Internals.
  2622. * type predicates:                      Type Predicates.
  2623. * type-of:                              Type Predicates.
  2624. * unbinding keys:                       Key Binding Commands.
  2625. * undefined:                            Functions for Key Lookup.
  2626. * undefined key:                        Keymap Terminology.
  2627. * undo avoidance:                       Substitution.
  2628. * undo-boundary:                        Undo.
  2629. * undo-limit:                           Maintaining Undo.
  2630. * undo-strong-limit:                    Maintaining Undo.
  2631. * unexec:                               Building XEmacs.
  2632. * unhandled-file-name-directory:        Magic File Names.
  2633. * unintern:                             Creating Symbols.
  2634. * uninterned symbol:                    Creating Symbols.
  2635. * universal-argument:                   Prefix Command Arguments.
  2636. * unload-feature:                       Unloading.
  2637. * unloading:                            Unloading.
  2638. * unlock-buffer:                        File Locks.
  2639. * unmap-frame-hook:                     Frame Hooks.
  2640. * unread-command-event:                 Peeking and Discarding.
  2641. * unread-command-events:                Peeking and Discarding.
  2642. * unreading:                            Input Streams.
  2643. * unregister-tooltalk-pattern:          Elisp Interface for Receiving Messages.
  2644. * unwind-protect:                       Cleanups.
  2645. * unwinding:                            Cleanups.
  2646. * up-list:                              List Motion.
  2647. * upcase:                               Character Case.
  2648. * upcase-region:                        Case Changes.
  2649. * upcase-word:                          Case Changes.
  2650. * update display:                       Refresh Screen.
  2651. * update-directory-autoloads:           Autoload.
  2652. * update-file-autoloads:                Autoload.
  2653. * upper case:                           Character Case.
  2654. * upper case key sequence:              Key Sequence Input.
  2655. * use-global-map:                       Active Keymaps.
  2656. * use-hard-newlines:                    Filling.
  2657. * use-left-overflow:                    Margin Primitives.
  2658. * use-local-map:                        Active Keymaps.
  2659. * user option:                          Defining Variables.
  2660. * user-defined error:                   Error Symbols.
  2661. * user-full-name:                       User Identification.
  2662. * user-login-name:                      User Identification.
  2663. * user-mail-address:                    User Identification.
  2664. * user-real-login-name:                 User Identification.
  2665. * user-real-uid:                        User Identification.
  2666. * user-uid:                             User Identification.
  2667. * user-variable-p:                      Defining Variables.
  2668. * valid-device-class:                   Device Types and Classes.
  2669. * valid-device-type:                    Device Types and Classes.
  2670. * valid-inst-list-p:                    Specifier Validation Functions.
  2671. * valid-instantiator-p:                 Specifier Validation Functions.
  2672. * valid-spec-list-p:                    Specifier Validation Functions.
  2673. * valid-specifier-domain-p:             Specifier Validation Functions.
  2674. * valid-specifier-locale-p:             Specifier Validation Functions.
  2675. * valid-specifier-locale-type-p:        Specifier Validation Functions.
  2676. * valid-specifier-tag-p <1>:            Specifier Tag Functions.
  2677. * valid-specifier-tag-p:                Specifier Validation Functions.
  2678. * valid-specifier-tag-set-p:            Specifier Tag Functions.
  2679. * valid-specifier-type-p:               Specifier Validation Functions.
  2680. * value cell:                           Symbol Components.
  2681. * value of expression:                  Evaluation.
  2682. * values:                               Eval.
  2683. * variable:                             Variables.
  2684. * variable definition:                  Defining Variables.
  2685. * variable descriptions:                A Sample Variable Description.
  2686. * variable limit error:                 Local Variables.
  2687. * variable-documentation:               Documentation Basics.
  2688. * variables, buffer-local:              Buffer-Local Variables.
  2689. * vc-mode:                              Modeline Variables.
  2690. * vconcat:                              Vector Functions.
  2691. * vector <1>:                           Vector Functions.
  2692. * vector:                               Vectors.
  2693. * vector evaluation:                    Self-Evaluating Forms.
  2694. * vector length:                        Sequence Functions.
  2695. * vectorp:                              Vector Functions.
  2696. * verify-visited-file-modtime:          Modification Time.
  2697. * version number (in file name):        File Name Components.
  2698. * version-control:                      Numbered Backups.
  2699. * vertical scrolling:                   Vertical Scrolling.
  2700. * vertical tab:                         Character Type.
  2701. * vertical-motion:                      Screen Lines.
  2702. * view-file:                            Visiting Functions.
  2703. * view-mode-map:                        Standard Keymaps.
  2704. * view-register:                        Registers.
  2705. * visible frame:                        Visibility of Frames.
  2706. * visible-bell:                         Beeping.
  2707. * visible-frame-list:                   Finding All Frames.
  2708. * visited file:                         Buffer File Name.
  2709. * visited file mode:                    Auto Major Mode.
  2710. * visited-file-modtime:                 Modification Time.
  2711. * visiting files:                       Visiting Files.
  2712. * void function:                        Function Indirection.
  2713. * void function cell:                   Function Cells.
  2714. * void variable:                        Void Variables.
  2715. * void-function:                        Function Cells.
  2716. * void-variable:                        Void Variables.
  2717. * waiting:                              Waiting.
  2718. * waiting for command key input:        Peeking and Discarding.
  2719. * waiting-for-user-input-p:             Sentinels.
  2720. * wakeup:                               Subprocess Creation.
  2721. * walk-windows:                         Cyclic Window Ordering.
  2722. * where-is-internal:                    Scanning Keymaps.
  2723. * while:                                Iteration.
  2724. * whitespace:                           Character Type.
  2725. * wholenump:                            Predicates on Numbers.
  2726. * widen:                                Narrowing.
  2727. * widening:                             Narrowing.
  2728. * window:                               Basic Windows.
  2729. * window configuration:                 Outside Window Configuration.
  2730. * window configurations:                Window Configurations.
  2731. * window excursions:                    Excursions.
  2732. * window internals:                     Window Internals.
  2733. * window ordering, cyclic:              Cyclic Window Ordering.
  2734. * window point:                         Window Point.
  2735. * window point internals:               Window Internals.
  2736. * window position <1>:                  Position of Window.
  2737. * window position:                      Window Point.
  2738. * window resizing:                      Resizing Windows.
  2739. * window size:                          Size of Window.
  2740. * window size, changing:                Resizing Windows.
  2741. * window splitting:                     Splitting Windows.
  2742. * window start of Edebug buffer:        Outside Window Configuration.
  2743. * window system types:                  Window-System Types.
  2744. * window top line:                      Window Start.
  2745. * window-buffer:                        Buffers and Windows.
  2746. * window-configuration-p:               Window Configurations.
  2747. * window-dedicated-p:                   Choosing Window.
  2748. * window-end:                           Window Start.
  2749. * window-frame:                         Frames and Windows.
  2750. * window-height:                        Size of Window.
  2751. * window-highest-p:                     Position of Window.
  2752. * window-hscroll:                       Horizontal Scrolling.
  2753. * window-live-p:                        Deleting Windows.
  2754. * window-lowest-p:                      Position of Window.
  2755. * window-min-height:                    Resizing Windows.
  2756. * window-min-width:                     Resizing Windows.
  2757. * window-minibuffer-p:                  Minibuffer Misc.
  2758. * window-pixel-edges:                   Position of Window.
  2759. * window-pixel-height:                  Size of Window.
  2760. * window-pixel-width:                   Size of Window.
  2761. * window-point:                         Window Point.
  2762. * window-setup-hook:                    Terminal-Specific.
  2763. * window-size-change-functions:         Resizing Windows.
  2764. * window-start:                         Window Start.
  2765. * window-system objects:                Faces and Window-System Objects.
  2766. * window-width:                         Size of Window.
  2767. * windowp:                              Basic Windows.
  2768. * windows, controlling precisely:       Buffers and Windows.
  2769. * with-output-to-temp-buffer:           Temporary Displays.
  2770. * word search:                          String Search.
  2771. * word-search-backward:                 String Search.
  2772. * word-search-forward:                  String Search.
  2773. * words-include-escapes:                Word Motion.
  2774. * write-abbrev-file:                    Abbrev Files.
  2775. * write-char:                           Output Functions.
  2776. * write-contents-hooks:                 Saving Buffers.
  2777. * write-file:                           Saving Buffers.
  2778. * write-file-hooks:                     Saving Buffers.
  2779. * write-region:                         Writing to Files.
  2780. * write-region-annotate-functions:      Saving Properties.
  2781. * writing a documentation string:       Documentation Basics.
  2782. * wrong-number-of-arguments:            Argument List.
  2783. * wrong-type-argument:                  Type Predicates.
  2784. * X:                                    X-Windows.
  2785. * X window frame:                       Frames.
  2786. * x-allow-sendevents:                   X Miscellaneous.
  2787. * x-bitmap-file-path <1>:               X Miscellaneous.
  2788. * x-bitmap-file-path:                   Image Specifiers.
  2789. * x-debug-events:                       X Miscellaneous.
  2790. * x-debug-mode:                         X Miscellaneous.
  2791. * x-disown-selection:                   X Selections.
  2792. * x-display-visual-class:               Server Data.
  2793. * x-emacs-application-class:            Resources.
  2794. * x-find-larger-font:                   Font Instance Size.
  2795. * x-find-smaller-font:                  Font Instance Size.
  2796. * x-font-size:                          Font Instance Size.
  2797. * x-get-cutbuffer:                      X Selections.
  2798. * x-get-resource:                       Resources.
  2799. * x-get-selection:                      X Selections.
  2800. * x-grab-keyboard:                      Grabs.
  2801. * x-grab-pointer:                       Grabs.
  2802. * x-library-search-path:                X Miscellaneous.
  2803. * x-make-font-bold:                     Font Instance Characteristics.
  2804. * x-make-font-bold-italic:              Font Instance Characteristics.
  2805. * x-make-font-italic:                   Font Instance Characteristics.
  2806. * x-make-font-unbold:                   Font Instance Characteristics.
  2807. * x-make-font-unitalic:                 Font Instance Characteristics.
  2808. * x-own-selection:                      X Selections.
  2809. * x-put-resource:                       Resources.
  2810. * x-server-vendor:                      Server Data.
  2811. * x-server-version:                     Server Data.
  2812. * x-set-frame-icon-pixmap:              Frame Titles.
  2813. * x-store-cutbuffer:                    X Selections.
  2814. * x-ungrab-keyboard:                    Grabs.
  2815. * x-ungrab-pointer:                     Grabs.
  2816. * x-valid-keysym-name-p:                X Miscellaneous.
  2817. * x-window-id:                          X Miscellaneous.
  2818. * X-Windows:                            X-Windows.
  2819. * XEmacs event standard notation:       Describing Characters.
  2820. * xpm-color-symbols:                    Image Specifiers.
  2821. * y-or-n-p:                             Yes-or-No Queries.
  2822. * y-or-n-p-maybe-dialog-box:            Yes-or-No Queries.
  2823. * yank:                                 Yank Commands.
  2824. * yank suppression:                     Changing Key Bindings.
  2825. * yank-pop:                             Yank Commands.
  2826. * yes-or-no questions:                  Yes-or-No Queries.
  2827. * yes-or-no-p:                          Yes-or-No Queries.
  2828. * yes-or-no-p-dialog-box:               Yes-or-No Queries.
  2829. * yes-or-no-p-maybe-dialog-box:         Yes-or-No Queries.
  2830. * zero-length extent:                   Extent Endpoints.
  2831. * zerop:                                Predicates on Numbers.
  2832.  
  2833.  
  2834.